Enumeração DiskStatementOptionKind
Represents the different disk statement options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration DiskStatementOptionKind
'Uso
Dim instance As DiskStatementOptionKind
public enum DiskStatementOptionKind
public enum class DiskStatementOptionKind
type DiskStatementOptionKind
public enum DiskStatementOptionKind
Membros
Nome do membro | Descrição | |
---|---|---|
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. |