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