หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the types of enable and disable options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration EnableDisableOptionType
'Usage
Dim instance As EnableDisableOptionType
[SerializableAttribute]
public enum EnableDisableOptionType
[SerializableAttribute]
public enum class EnableDisableOptionType
[<SerializableAttribute>]
type EnableDisableOptionType
public enum EnableDisableOptionType
Members
| Member name | Description | |
|---|---|---|
| Disable | The option is Disable. | |
| Enable | The option is Enable. | |
| None | The option is None. |