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.