Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
DataRuleExecutionContext Class