TransferBase.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 (在 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
The logon password for the instance of SQL Server to which the destination database belongs.