次の方法で共有


TransferBase.DestinationPassword プロパティ

転送先データベースが属する SQL Server のインスタンスのログオン パスワードを取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)

構文

'宣言
Public Property DestinationPassword As String 
    Get 
    Set
'使用
Dim instance As TransferBase 
Dim value As String 

value = instance.DestinationPassword

instance.DestinationPassword = value
public string DestinationPassword { get; set; }
public:
property String^ DestinationPassword {
    String^ get ();
    void set (String^ value);
}
member DestinationPassword : string with get, set
function get DestinationPassword () : String 
function set DestinationPassword (value : String)

プロパティ値

型: System.String
転送先データベースが属する SQL Server のインスタンスのログオン パスワードです。

関連項目

参照

TransferBase クラス

Microsoft.SqlServer.Management.Smo 名前空間