共用方式為


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.

範例

處理 SMO 事件

請參閱

參考

ProgressReportEventArgs 類別

Microsoft.SqlServer.Management.Smo 命名空間