Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |