Retrieved 屬性
Gets the Boolean property value that specifies whether the property has been retrieved already.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Retrieved As Boolean
Get
'用途
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
屬性值
型別: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.