HttpClientConnection100Class.GetServerPassword Method
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.
Gets the server password.
public:
virtual System::String ^ GetServerPassword() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100::GetServerPassword;
[System.Runtime.InteropServices.DispId(28)]
public virtual string GetServerPassword ();
[<System.Runtime.InteropServices.DispId(28)>]
abstract member GetServerPassword : unit -> string
override this.GetServerPassword : unit -> string
Public Overridable Function GetServerPassword () As String
Returns
A String containing the server password.
Implements
- Attributes