共用方式為


HttpClientConnection.GetServerPassword 方法

Gets the server password.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Function GetServerPassword As String
'用途
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

傳回值

型別:System.String
A String containing the server password.

請參閱

參考

HttpClientConnection 類別

Microsoft.SqlServer.Dts.Runtime 命名空間