Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the key option kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration KeyOptionKind
'Usage
Dim instance As KeyOptionKind
public enum KeyOptionKind
public enum class KeyOptionKind
type KeyOptionKind
public enum KeyOptionKind
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Algorithm | The Algorithm option. | |
| CreationDisposition | The CreationDisposition option. | |
| IdentityValue | The IdentityValue option. | |
| KeySource | The KeySource option. | |
| ProviderKeyName | The ProviderKeyName option. |