Поделиться через


Свойство Property.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.

Примеры

Установка свойств

См. также

Справочник

Property Класс

Пространство имен Microsoft.SqlServer.Management.Smo