NavigableItemRefreshFlags 열거형

Specifies the refresh flags for navigable item.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

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

구문

‘선언
<FlagsAttribute> _
Public Enumeration NavigableItemRefreshFlags
‘사용 방법
Dim instance As NavigableItemRefreshFlags
[FlagsAttribute]
public enum NavigableItemRefreshFlags
[FlagsAttribute]
public enum class NavigableItemRefreshFlags
[<FlagsAttribute>]
type NavigableItemRefreshFlags
public enum NavigableItemRefreshFlags

멤버

멤버 이름 설명
All The equivalent to both Children and Properties.
Children The flag to refresh the children.
Properties The flag to refresh the properties.

참고 항목

참조

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