Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.