SqlCeScripter.IndexList Property

Gets or sets the index list.

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

Syntax

'Declaration
Public Property IndexList As IList(Of String)
    Get
    Set
'Usage
Dim instance As SqlCeScripter
Dim value As IList(Of String)

value = instance.IndexList

instance.IndexList = value
public IList<string> IndexList { get; set; }
public:
property IList<String^>^ IndexList {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
member IndexList : IList<string> with get, set
function get IndexList () : IList<String>
function set IndexList (value : IList<String>)

Property Value

Type: System.Collections.Generic.IList<String>
An IList<T>.

See Also

Reference

SqlCeScripter Class

Microsoft.SqlServerCe.Management.Scripting Namespace