Database.Indexes Property

Gets or sets the indexes schema of the database.

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

Syntax

'Declaration
Public Property Indexes As IList(Of Index)
    Get
    Friend Set
'Usage
Dim instance As Database
Dim value As IList(Of Index)

value = instance.Indexes
public IList<Index> Indexes { get; internal set; }
public:
property IList<Index^>^ Indexes {
    IList<Index^>^ get ();
    internal: void set (IList<Index^>^ value);
}
member Indexes : IList<Index> with get, internal set
function get Indexes () : IList<Index>
internal function set Indexes (value : IList<Index>)

Property Value

Type: System.Collections.Generic.IList<Index>

See Also

Reference

Database Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace