Freigeben über


AlterEventSessionStatementType-Enumeration

Enumeration, die den Typ einer alter event session-Anweisung angibt.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration AlterEventSessionStatementType
[SerializableAttribute]
public enum AlterEventSessionStatementType
[SerializableAttribute]
public enum class AlterEventSessionStatementType
[<SerializableAttribute>]
type AlterEventSessionStatementType
public enum AlterEventSessionStatementType

Member

Membername Beschreibung
Unknown Wert ist 0.
AddEventDeclarationOptionalSessionOptions Wert ist 1.
DropEventSpecificationOptionalSessionOptions Wert ist 2.
AddTargetDeclarationOptionalSessionOptions Wert ist 3.
DropTargetSpecificationOptionalSessionOptions Wert ist 4.
RequiredSessionOptions Wert ist 5.
AlterStateIsStart Wert ist 6.
AlterStateIsStop Wert ist 7.

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace

AlterEventSessionStatement