HttpClientConnection.GetServerPassword Method
Gets the server password.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetServerPassword As String
'Usage
Dim instance As HttpClientConnection
Dim returnValue As String
returnValue = instance.GetServerPassword()
public string GetServerPassword()
public:
String^ GetServerPassword()
member GetServerPassword : unit -> string
public function GetServerPassword() : String
Return Value
Type: System.String
A String containing the server password.