Dela via


BackupRestoreMasterKeyStatementBase Class

Represents the common part of BACKUP and RESTORE (SERVICE) MASTER KEY statements.

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

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class BackupRestoreMasterKeyStatementBase _
    Inherits TSqlStatement
'Usage
Dim instance As BackupRestoreMasterKeyStatementBase
[SerializableAttribute]
public abstract class BackupRestoreMasterKeyStatementBase : TSqlStatement
[SerializableAttribute]
public ref class BackupRestoreMasterKeyStatementBase abstract : public TSqlStatement
public abstract class BackupRestoreMasterKeyStatementBase extends TSqlStatement

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
      Microsoft.Data.Schema.ScriptDom.Sql.BackupRestoreMasterKeyStatementBase
        Microsoft.Data.Schema.ScriptDom.Sql.BackupMasterKeyStatement
        Microsoft.Data.Schema.ScriptDom.Sql.BackupServiceMasterKeyStatement
        Microsoft.Data.Schema.ScriptDom.Sql.RestoreMasterKeyStatement
        Microsoft.Data.Schema.ScriptDom.Sql.RestoreServiceMasterKeyStatement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BackupRestoreMasterKeyStatementBase Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace