This topic has not yet been rated - Rate this topic

Property.Retrieved Property

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)
public bool Retrieved { get; }

Property Value

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.