Database propriété
Gets or sets the database from which schema or data is to be transferred to the target location.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Property Database As Database
Get
Set
'Utilisation
Dim instance As Transfer
Dim value As Database
value = instance.Database
instance.Database = value
public Database Database { get; set; }
public:
property Database^ Database {
Database^ get ();
void set (Database^ value);
}
member Database : Database with get, set
function get Database () : Database
function set Database (value : Database)
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database object value that specifies the database from which schema or data is to be transferred to the target location.
Voir aussi