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.