次の方法で共有


DestinationLogin プロパティ

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

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

構文

'宣言
Public Property DestinationLogin As String
    Get
    Set
'使用
Dim instance As Transfer
Dim value As String

value = instance.DestinationLogin

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

プロパティ値

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

使用例

データの転送