SqlSmoObject.IsObjectInitialized Método
Verifies whether the object has been initialized.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Friend Function IsObjectInitialized As Boolean
'Uso
Dim returnValue As Boolean
returnValue = Me.IsObjectInitialized()
protected internal bool IsObjectInitialized()
protected public:
bool IsObjectInitialized()
member IsObjectInitialized : unit -> bool
function IsObjectInitialized() : boolean
Valor devuelto
Tipo: System.Boolean
A Boolean value that specifies whether the object has been initialized.If True, the object has been initialized. Otherwise, False.