Compartir a través de


Retrieved Propiedad

Gets the Boolean property value that specifies whether the property has been retrieved already.

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

Sintaxis

'Declaración
Public ReadOnly Property Retrieved As Boolean
    Get
'Uso
Dim instance As [Property]
Dim value As Boolean

value = instance.Retrieved
public bool Retrieved { get; }
public:
property bool Retrieved {
    bool get ();
}
member Retrieved : bool
function get Retrieved () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean property value that specifies whether the property has been retrieved or not.
If True, the property has been retrieved.
If False (default), the property has not yet been retrieved.