Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of disk statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DiskStatementType As DiskStatementType
Get
Set
'Usage
Dim instance As DiskStatement
Dim value As DiskStatementType
value = instance.DiskStatementType
instance.DiskStatementType = value
public DiskStatementType DiskStatementType { get; set; }
public:
property DiskStatementType DiskStatementType {
DiskStatementType get ();
void set (DiskStatementType value);
}
member DiskStatementType : DiskStatementType with get, set
function get DiskStatementType () : DiskStatementType
function set DiskStatementType (value : DiskStatementType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DiskStatementType
The type of disk statement.