INavigableItemBuildSet.FieldSupported 메서드

Tests whether the specified field is supported for the items within the build set.

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

구문

‘선언
Function FieldSupported ( _
    field As String _
) As Boolean
‘사용 방법
Dim instance As INavigableItemBuildSet 
Dim field As String 
Dim returnValue As Boolean 

returnValue = instance.FieldSupported(field)
bool FieldSupported(
    string field
)
bool FieldSupported(
    String^ field
)
abstract FieldSupported : 
        field:string -> bool
function FieldSupported(
    field : String
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the specified field is supported; otherwise, false.

참고 항목

참조

INavigableItemBuildSet 인터페이스

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