다음을 통해 공유


DestinationPassword 속성

Gets or sets the logon password for the instance of SQL Server to which the destination database belongs.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
Public Property DestinationPassword As String
    Get
    Set
‘사용 방법
Dim instance As Transfer
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
A String value that specifies the logon password for the instance of SQL Server to which the destination database belongs.