Partager via


Propriété ProgressReportEventArgs.IsSchemaBound

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsSchemaBound As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des événements SMO

Voir aussi

Référence

ProgressReportEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo