Condividi tramite


Proprietà DeploymentPlanGenerator.Source

Ottiene o imposta il modello del database di origine.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Property Source As DataSchemaModel
    Get
    Set
public DataSchemaModel Source { get; set; }
public:
property DataSchemaModel^ Source {
    DataSchemaModel^ get ();
    void set (DataSchemaModel^ value);
}
member Source : DataSchemaModel with get, set
function get Source () : DataSchemaModel
function set Source (value : DataSchemaModel)

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Restituisce il modello del database di origine.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentPlanGenerator Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DataSchemaModel