DatabaseTaskHost.DataSchemaModel, propriété
Obtient ou définit le modèle de schéma de données qui est chargé avec des éléments sources et utilisé par la build.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Property DataSchemaModel As DataSchemaModel
Get
Protected Set
public DataSchemaModel DataSchemaModel { get; protected set; }
public:
property DataSchemaModel^ DataSchemaModel {
DataSchemaModel^ get ();
protected: void set (DataSchemaModel^ value);
}
member DataSchemaModel : DataSchemaModel with get, set
function get DataSchemaModel () : DataSchemaModel
protected function set DataSchemaModel (value : DataSchemaModel)
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Retourne DataSchemaModel.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.