Partager via


Propriété Property.Retrieved

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

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

Syntaxe

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

Valeur de propriété

Type : 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.

Exemples

Définition de propriétés

Voir aussi

Référence

Property Classe

Espace de noms Microsoft.SqlServer.Management.Smo