Sdílet prostřednictvím


DataRuleExecutionContext.SchemaModel – vlastnost

Získá model, který je analyzována.

Obor názvů:  Microsoft.Data.Schema.StaticCodeAnalysis
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataRuleExecutionContext Třída

Microsoft.Data.Schema.StaticCodeAnalysis – obor názvů

DataRule