Compartir a través de


ProgressReportEventArgs.IsSchemaBound Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ProgressReportEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo