SqlReverseEngineer.QueryTargetCollation Method

Queries a target collation.

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

Syntax

'Declaration
Protected Overridable Function QueryTargetCollation As ModelCollation
'Usage
Dim returnValue As ModelCollation

returnValue = Me.QueryTargetCollation()
protected virtual ModelCollation QueryTargetCollation()
protected:
virtual ModelCollation^ QueryTargetCollation()
protected function QueryTargetCollation() : ModelCollation
abstract QueryTargetCollation : unit -> ModelCollation 
override QueryTargetCollation : unit -> ModelCollation 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelCollation

.NET Framework Security

See Also

Reference

SqlReverseEngineer Class

SqlReverseEngineer Members

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