Propriété DestinationDatabase
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntaxe
'Déclaration
Property DestinationDatabase As String
Get
Set
'Utilisation
Dim instance As ITransferSqlServerObjectsTask
Dim value As String
value = instance.DestinationDatabase
instance.DestinationDatabase = value
string DestinationDatabase { get; set; }
property String^ DestinationDatabase {
String^ get ();
void set (String^ value);
}
abstract DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)
Valeur de propriété
Type : System. . :: . .String