Поделиться через


Свойство 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