Propriedade do RDL ProgressReportEventArgs.IsSchemaBound

Gets a Boolean indicating whether the Progress Report is bound to a schema.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsSchemaBound As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
True if the Progress Report is bound to a schema; otherwise, false.

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ProgressReportEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo