Freigeben über


AlterServiceMasterKeyOption-Enumeration

Specifies an alter service master key option.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration AlterServiceMasterKeyOption
'Usage
Dim instance As AlterServiceMasterKeyOption
public enum AlterServiceMasterKeyOption
public enum class AlterServiceMasterKeyOption
type AlterServiceMasterKeyOption
public enum AlterServiceMasterKeyOption

Elemente

Elementname Beschreibung
ForceRegenerate The option is force regenerate.
None The option is none.
Regenerate The option is regenerate.
WithNewAccount The option is with new account.
WithOldAccount The option is with old account.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace