IsObjectInitialized méthode
Verifies whether the object has been initialized.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Friend Function IsObjectInitialized As Boolean
'Utilisation
Dim returnValue As Boolean
returnValue = Me.IsObjectInitialized()
protected internal bool IsObjectInitialized()
protected public:
bool IsObjectInitialized()
member IsObjectInitialized : unit -> bool
function IsObjectInitialized() : boolean
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value that specifies whether the object has been initialized.
If True, the object has been initialized. Otherwise, False.
Voir aussi