[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3738
type IADsReplicaPointer = interface(IDispatch) |
function Get_ServerName; |
procedure Set_ServerName(); |
function Get_ReplicaType; |
procedure Set_ReplicaType(); |
function Get_ReplicaNumber; |
procedure Set_ReplicaNumber(); |
function Get_Count; |
procedure Set_Count(); |
function Get_ReplicaAddressHints; |
procedure Set_ReplicaAddressHints(); |
property ServerName: WideString; [rw] |
property ReplicaType: Integer; [rw] |
property ReplicaNumber: Integer; [rw] |
property Count: Integer; [rw] |
property ReplicaAddressHints: OleVariant; [rw] |
end; |
| |
IInterface |