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.