DocumentOptions 열거형

Options for creating the editor or designer, primarly whether the object is new (as specified by the IsNew Value).

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

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

구문

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

멤버

멤버 이름 설명
IsNew Value is new.
ManageConnection Value to be used with isNew.
None No editor or designer.

참고 항목

참조

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