Share via


INavigableItemBuildSet.GetMissingFields 메서드

Determines the list of the fields that are supported but not included for the items within the build set.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Function GetMissingFields ( _
    fields As IList(Of String) _
) As String()
‘사용 방법
Dim instance As INavigableItemBuildSet 
Dim fields As IList(Of String)
Dim returnValue As String()

returnValue = instance.GetMissingFields(fields)
string[] GetMissingFields(
    IList<string> fields
)
array<String^>^ GetMissingFields(
    IList<String^>^ fields
)
abstract GetMissingFields : 
        fields:IList<string> -> string[] 
function GetMissingFields(
    fields : IList<String>
) : String[]

매개 변수

반환 값

유형: array<System.String[]
The fields that are supported but not included for the items within the build set.

참고 항목

참조

INavigableItemBuildSet 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스