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 list of options for disk statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of DiskStatementOption)
Get
'Usage
Dim instance As DiskStatement
Dim value As IList(Of DiskStatementOption)
value = instance.Options
public IList<DiskStatementOption> Options { get; }
public:
property IList<DiskStatementOption^>^ Options {
IList<DiskStatementOption^>^ get ();
}
member Options : IList<DiskStatementOption>
function get Options () : IList<DiskStatementOption>
Property Value
Type: System.Collections.Generic.IList<DiskStatementOption>
The list of options for disk statement.