UserDefinedFunction.Indexes 속성

Represents a collection of Index objects. Each Index object represents an index defined on the user-defined function.

네임스페이스:  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
An IndexCollection object that represents all the indexes defined on the user-defined function.

주의

The Index property is used to define table constraints.

속성 설정

참고 항목

참조

UserDefinedFunction 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

사용자 정의 함수(데이터베이스 엔진)

CREATE FUNCTION(Transact-SQL)