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.