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 命名空间