Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Retrieved As Boolean
Get
Friend Set
'Usage
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)
Property Value
Type: System.Boolean
true if property collection retrieves the specified property name value; otherwise, false.