SqlModelBuilderConstructor.SqlSchemaModel Property

Gets the SQL schema model.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected ReadOnly Property SqlSchemaModel As SqlSchemaModel
    Get
'Usage
Dim value As SqlSchemaModel

value = Me.SqlSchemaModel
protected SqlSchemaModel SqlSchemaModel { get; }
protected:
property SqlSchemaModel^ SqlSchemaModel {
    SqlSchemaModel^ get ();
}
function get SqlSchemaModel () : SqlSchemaModel
member SqlSchemaModel : SqlSchemaModel

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlSchemaModel
Returns a SqlSchemaModel.

.NET Framework Security

See Also

Reference

SqlModelBuilderConstructor Class

SqlModelBuilderConstructor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace