DiskStatement.Options Property

 

Applies To: SQL Server 2016 Preview

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

public IList<DiskStatementOption> Options { get; }
public:
property IList<DiskStatementOption^>^ Options {
    IList<DiskStatementOption^>^ get();
}
member Options : IList<DiskStatementOption> with get
Public ReadOnly Property Options As IList(Of DiskStatementOption)

Property Value

Type: System.Collections.Generic.IList<DiskStatementOption>

The list of options for disk statement.

See Also

DiskStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top