DataRuleExecutionContext.SchemaModel Property

Gets the model that is analyzed.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property SchemaModel As DataSchemaModel
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)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel object.

.NET Framework Security

See Also

Reference

DataRuleExecutionContext Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule