IDataDestination.ScriptIndexes 메서드

지정된 스키마의 모든 인덱스에 대한 스크립트를 검색합니다.

네임스페이스:  Microsoft.SqlServerCe.Management.Scripting
어셈블리:  Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)

구문

‘선언
Function ScriptIndexes ( _
    indexes As ReadOnlyCollection(Of Index), _
    options As ScriptOptions _
) As StringCollection
‘사용 방법
Dim instance As IDataDestination
Dim indexes As ReadOnlyCollection(Of Index)
Dim options As ScriptOptions
Dim returnValue As StringCollection

returnValue = instance.ScriptIndexes(indexes, _
    options)
StringCollection ScriptIndexes(
    ReadOnlyCollection<Index> indexes,
    ScriptOptions options
)
StringCollection^ ScriptIndexes(
    ReadOnlyCollection<Index^>^ indexes, 
    ScriptOptions^ options
)
abstract ScriptIndexes : 
        indexes:ReadOnlyCollection<Index> * 
        options:ScriptOptions -> StringCollection 
function ScriptIndexes(
    indexes : ReadOnlyCollection<Index>, 
    options : ScriptOptions
) : StringCollection

매개 변수

반환 값

유형: System.Collections.Specialized.StringCollection
지정된 인덱스에 대한 스크립트입니다.

참고 항목

참조

IDataDestination 인터페이스

Microsoft.SqlServerCe.Management.Scripting 네임스페이스