ScriptOptions.ConvertIndexToClusteredIndex Property

Gets or sets a value that indicates whether to convert an index to a clustered index.

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

Syntax

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

value = instance.ConvertIndexToClusteredIndex

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

Property Value

Type: System.Boolean
true if the index should be converted; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace