Freigeben über


Property.Retrieved-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Retrieved As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

Property Klasse

Microsoft.SqlServer.Management.Smo-Namespace