ProgressReportEventArgs.IsSchemaBound プロパティ

進行状況レポートがスキーマにバインドされるかどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property IsSchemaBound As Boolean 
    Get
'使用
Dim instance As ProgressReportEventArgs 
Dim value As Boolean 

value = instance.IsSchemaBound
public bool IsSchemaBound { get; }
public:
property bool IsSchemaBound {
    bool get ();
}
member IsSchemaBound : bool
function get IsSchemaBound () : boolean

プロパティ値

型: System.Boolean
進行状況レポートがスキーマにバインドされている場合は true、バインドされていない場合は false です。

使用例

SMO イベントの処理

関連項目

参照

ProgressReportEventArgs クラス

Microsoft.SqlServer.Management.Smo 名前空間