Proprietà DataRuleExecutionContext.SchemaModel
Ottiene il modello analizzato.
Spazio dei nomi: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Oggetto DataSchemaModel.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DataRuleExecutionContext Classe