Share via


DataRuleProblemSuppressionContext.SchemaModel Property

Gets or sets the Schema Model against which the rule is checked.

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

.NET Framework Security

See Also

Reference

DataRuleProblemSuppressionContext Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace