Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Represents the session option kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration SessionOptionKind
'Usage
Dim instance As SessionOptionKind
public enum SessionOptionKind
public enum class SessionOptionKind
type SessionOptionKind
public enum SessionOptionKind
Members
| Member name | Description | |
|---|---|---|
| EventRetention | The option is EventRetention. | |
| MaxDispatchLatency | The option is MaxDispatchLatency. | |
| MaxEventSize | The option is MaxEventSize. | |
| MaxMemory | The option is MaxMemory. | |
| MemoryPartition | The option is MemoryPartition. | |
| StartUpState | The option is StartUpState. | |
| TrackCausality | The option is TrackCausality. |