IDTSHttpClientConnection100.ServerDomain Property
Definition
public:
property System::String ^ ServerDomain { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(6)]
[get: System.Runtime.InteropServices.DispId(6)]
[set: System.Runtime.InteropServices.DispId(6)]
public string ServerDomain { get; set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.ServerDomain : string with get, set
Public Property ServerDomain As String
Property Value
用于登录到服务器的域。The domain used to log on to the server.
- Attributes