UserDefinedFunction.Indexes プロパティ
Index オブジェクトのコレクションを表します。 各 Index オブジェクトは、ユーザー定義関数で定義されたインデックスを表します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Index), SfcObjectFlags.Design)> _
Public ReadOnly Property Indexes As IndexCollection
Get
'使用
Dim instance As UserDefinedFunction
Dim value As IndexCollection
value = instance.Indexes
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Index), SfcObjectFlags.Design)]
public IndexCollection Indexes { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(Index), SfcObjectFlags::Design)]
public:
property IndexCollection^ Indexes {
IndexCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Index), SfcObjectFlags.Design)>]
member Indexes : IndexCollection
function get Indexes () : IndexCollection
プロパティ値
型: Microsoft.SqlServer.Management.Smo.IndexCollection
ユーザー定義関数で定義されたすべてのインデックスを表す IndexCollection オブジェクトです。
説明
Index プロパティは、テーブルの制約を定義するために使用されます。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間