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 네임스페이스