Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Members
| Member name | Description | |
|---|---|---|
| Algorithm | The Algorithm option. | |
| CreationDisposition | The CreationDisposition option. | |
| IdentityValue | The IdentityValue option. | |
| KeySource | The KeySource option. | |
| ProviderKeyName | The ProviderKeyName option. |