SqlReverseEngineer.DataSchemaModel 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 DataSchemaModel As SqlSchemaModel
Get
'Usage
Dim value As SqlSchemaModel
value = Me.DataSchemaModel
protected SqlSchemaModel DataSchemaModel { get; }
protected:
property SqlSchemaModel^ DataSchemaModel {
SqlSchemaModel^ get ();
}
function get DataSchemaModel () : SqlSchemaModel
member DataSchemaModel : SqlSchemaModel
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.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.