共用方式為


StorageInfo.ServerPassword 屬性

Gets the password that SQL Server authentication requires to connect to the SQL Server database that stores the original or the upgraded Integration Services packages.

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

語法

'宣告
Public ReadOnly Property ServerPassword As String 
    Get
'用途
Dim instance As StorageInfo 
Dim value As String 

value = instance.ServerPassword
public string ServerPassword { get; }
public:
property String^ ServerPassword {
    String^ get ();
}
member ServerPassword : string
function get ServerPassword () : String

屬性值

型別:System.String
The password that is required for SQL Server authentication.

請參閱

參考

StorageInfo 類別

Microsoft.SqlServer.Dts.Runtime 命名空間