Indexes 속성
인덱스 컬렉션을 가져옵니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Index), SfcObjectFlags.Design)> _
Public Overridable ReadOnly Property Indexes As IndexCollection
Get
‘사용 방법
Dim instance As TableViewTableTypeBase
Dim value As IndexCollection
value = instance.Indexes
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Index), SfcObjectFlags.Design)]
public virtual IndexCollection Indexes { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(Index), SfcObjectFlags::Design)]
public:
virtual property IndexCollection^ Indexes {
IndexCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Index), SfcObjectFlags.Design)>]
abstract Indexes : IndexCollection
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Index), SfcObjectFlags.Design)>]
override Indexes : IndexCollection
function get Indexes () : IndexCollection