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
- 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.