Свойство DestinationDatabase
Gets or sets the database that is the destination of the transfer operation.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Property DestinationDatabase As String
Get
Set
'Применение
Dim instance As Transfer
Dim value As String
value = instance.DestinationDatabase
instance.DestinationDatabase = value
public string DestinationDatabase { get; set; }
public:
property String^ DestinationDatabase {
String^ get ();
void set (String^ value);
}
member DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the destination database.
См. также