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.