Compartir a través de


DataRuleProblemSuppressionContext.SchemaModel (Propiedad)

Obtiene o establece el modelo de esquema con el que se está comprobando la regla.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProblemSuppressionContext Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)