IDTSConnectionManagerHttp100.ServerPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the password used to log on to the server.
public:
property System::String ^ ServerPassword { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(4)]
public string ServerPassword { [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.ServerPassword : string
Public Property ServerPassword As String
Property Value
The password used to log on to the server.
- Attributes