DiskStatementOptionKind 枚举

Represents the different disk statement options.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration DiskStatementOptionKind
用法
Dim instance As DiskStatementOptionKind
public enum DiskStatementOptionKind
public enum class DiskStatementOptionKind
type DiskStatementOptionKind
public enum DiskStatementOptionKind

成员

成员名称 说明
Name The name of the database.
PhysName The physical name of the device.
Size The amount of space.
VDevNo The virtual device number.
VStart The starting virtual address.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间