次の方法で共有


DbccStatement.Options プロパティ

DBCC ステートメントのオプションを取得または設定します。

名前空間:  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>
DBCC ステートメントのオプション。

関連項目

参照

DbccStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間