Condividi tramite


Proprietà DeploymentContributorContext.Source

Ottiene o imposta il modello di schema dati 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
Modello di schema dati di origine.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentContributorContext Classe

Spazio dei nomi Microsoft.Data.Schema.Build