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