SqlModelBuilderConstructor.SqlSchemaModel Property
Gets the model that the model builder updates.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected ReadOnly Property SqlSchemaModel As SqlSchemaModel
protected SqlSchemaModel SqlSchemaModel { get; }
protected:
property SqlSchemaModel^ SqlSchemaModel {
SqlSchemaModel^ get ();
}
member SqlSchemaModel : SqlSchemaModel
function get SqlSchemaModel () : SqlSchemaModel
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaModel
.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.