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 ModelSchema object for this provider.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ModelSchema As ModelSchema
public ModelSchema ModelSchema { get; }
public:
property ModelSchema^ ModelSchema {
ModelSchema^ get ();
}
member ModelSchema : ModelSchema
function get ModelSchema () : ModelSchema
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
The model schema for this provider.
.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.