Свойство DiskStatement.Options

Gets the list of options for disk statement.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of DiskStatementOption)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<DiskStatementOption>
The list of options for disk statement.

См. также

Справочник

DiskStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom