DataRuleExecutionContext.SchemaModel, propriété
Obtient le modèle analysé.
Espace de noms : Microsoft.Data.Schema.StaticCodeAnalysis
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Property SchemaModel As DataSchemaModel
Get
Private Set
public DataSchemaModel SchemaModel { get; private set; }
public:
property DataSchemaModel^ SchemaModel {
DataSchemaModel^ get ();
private: void set (DataSchemaModel^ value);
}
member SchemaModel : DataSchemaModel with get, private set
function get SchemaModel () : DataSchemaModel
private function set SchemaModel (value : DataSchemaModel)
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Objet 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.
Voir aussi
Référence
DataRuleExecutionContext Classe