Proprietà Database
Gets or sets the database from which schema or data is to be transferred to the target location.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Property Database As Database
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: 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.