DiskStatementType Enumeration
Represents the disk statement type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration DiskStatementType
'Usage
Dim instance As DiskStatementType
public enum DiskStatementType
public enum class DiskStatementType
type DiskStatementType
public enum DiskStatementType
Members
Member name | Description | |
---|---|---|
Init | The type is Init. | |
Resize | The type is Resize. |