共用方式為


DbccStatement.Options 屬性

Gets or sets the DBCC statement options.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property Options As IList(Of DbccOption)
    Get
'用途
Dim instance As DbccStatement 
Dim value As IList(Of DbccOption)

value = instance.Options
public IList<DbccOption> Options { get; }
public:
property IList<DbccOption^>^ Options {
    IList<DbccOption^>^ get ();
}
member Options : IList<DbccOption>
function get Options () : IList<DbccOption>

屬性值

型別:System.Collections.Generic.IList<DbccOption>
The DBCC statement options.

請參閱

參考

DbccStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間