INavigableItemBuildSet.FieldIncluded 메서드

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

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

구문

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

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

매개 변수

반환 값

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

참고 항목

참조

INavigableItemBuildSet 인터페이스

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