ProgressReportEventArgs.IsSchemaBound 屬性
Gets a Boolean indicating whether the Progress Report is bound to a schema.
命名空間: 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 if the Progress Report is bound to a schema; otherwise, false.