DiskStatementOptionKind Enumeration
Represents the different disk statement options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration DiskStatementOptionKind
'Usage
Dim instance As DiskStatementOptionKind
public enum DiskStatementOptionKind
public enum class DiskStatementOptionKind
type DiskStatementOptionKind
public enum DiskStatementOptionKind
Members
Member name | Description | |
---|---|---|
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. |