IMetadataFactory.Index 속성

Gets an IIndexFactory object that can be used to create index and constraint objects.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property Index As IIndexFactory 
    Get
‘사용 방법
Dim instance As IMetadataFactory 
Dim value As IIndexFactory 

value = instance.Index
IIndexFactory Index { get; }
property IIndexFactory^ Index {
    IIndexFactory^ get ();
}
abstract Index : IIndexFactory
function get Index () : IIndexFactory

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IIndexFactory
An IIndexFactory object.

참고 항목

참조

IMetadataFactory 인터페이스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스