Partager via


DeploymentContributorContext.Source, propriété

Obtient ou définit le modèle du schéma de données source.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Modèle du schéma de données source.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentContributorContext Classe

Microsoft.Data.Schema.Build, espace de noms