IScriptingOptions.IncludeCollation Property
Gets a value indicating whether to include the collation clause in the generated script.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property IncludeCollation As Boolean
Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean
value = instance.IncludeCollation
bool IncludeCollation { get; }
property bool IncludeCollation {
bool get ();
}
abstract IncludeCollation : bool
function get IncludeCollation () : boolean
Property Value
Type: System.Boolean
true if the collation clause is included in the script; otherwise, false.