SqlBackupRestoreDatabaseStatement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public abstract class SqlBackupRestoreDatabaseStatement : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlBackupRestoreStatement
type SqlBackupRestoreDatabaseStatement = class
inherit SqlBackupRestoreStatement
Public MustInherit Class SqlBackupRestoreDatabaseStatement
Inherits SqlBackupRestoreStatement
- 继承
- 派生
构造函数
| 名称 | 说明 |
|---|---|
| SqlBackupRestoreDatabaseStatement() | |
属性
| 名称 | 说明 |
|---|---|
| BoundObject | (继承自 SqlCodeObject) |
| Children | (继承自 SqlCodeObject) |
| EndLocation | (继承自 SqlCodeObject) |
| IsSqlCodeSnippet | (继承自 SqlCodeObject) |
| Length | (继承自 SqlCodeObject) |
| Parent | (继承自 SqlCodeObject) |
| Position | (继承自 SqlCodeObject) |
| Sql | (继承自 SqlCodeObject) |
| StartLocation | (继承自 SqlCodeObject) |
| Statement | (继承自 SqlStatement) |
| TokenManager | (继承自 SqlCodeObject) |
| Tokens | (继承自 SqlCodeObject) |
| Xml | (继承自 SqlCodeObject) |