IndexCollection クラス
IndexCollection クラスは、SQL Server のインスタンスで定義されたすべてのインデックスを表す Index オブジェクトのコレクションです。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class IndexCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As IndexCollection
public sealed class IndexCollection : SimpleObjectCollectionBase
public ref class IndexCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type IndexCollection =
class
inherit SimpleObjectCollectionBase
end
public final class IndexCollection extends SimpleObjectCollectionBase
説明
IndexCollection オブジェクトは、一連のインデックスにアクセスするために使用できます。Item プロパティを使用して、特定の Index オブジェクトを取得することができます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..IndexCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。