SqlPlanGenerationOptions.IgnoreColumnCollation Property

Gets whether to ignore column collation.

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

Syntax

'Declaration
Public Property IgnoreColumnCollation As Boolean
    Get
    Friend Set
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As Boolean

value = instance.IgnoreColumnCollation
public bool IgnoreColumnCollation { get; internal set; }
public:
property bool IgnoreColumnCollation {
    bool get ();
    internal: void set (bool value);
}
function get IgnoreColumnCollation () : boolean
internal function set IgnoreColumnCollation (value : boolean)
member IgnoreColumnCollation : bool with get, internal set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace