ScriptOptions.NoCollation Property

Gets or sets a value that indicates whether to include the collation clause in the generated script.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property NoCollation As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.NoCollation

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

Property Value

Type: System.Boolean
true if the collation clause in the generated script is included; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace