Share via


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

See Also

Reference

SqlModelBuilderConstructor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace