Partager via


Propriété Retrieved

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Public Property Retrieved As Boolean
    Get
    Friend Set
'Utilisation
Dim instance As SfcProperty
Dim value As Boolean

value = instance.Retrieved
public bool Retrieved { get; internal set; }
public:
property bool Retrieved {
    bool get ();
    internal: void set (bool value);
}
member Retrieved : bool with get, internal set
function get Retrieved () : boolean
internal function set Retrieved (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean
true if property collection retrieves the specified property name value; otherwise, false.