Condividi tramite


Proprietà ProgressReportEventArgs.IsSchemaBound

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsSchemaBound As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ProgressReportEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo