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


Свойство SqlPropertyInfo.IsExpensive

Gets the Boolean property value that specifies whether the property is expensive.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsExpensive As Boolean 
    Get
'Применение
Dim instance As SqlPropertyInfo 
Dim value As Boolean 

value = instance.IsExpensive
public bool IsExpensive { get; }
public:
property bool IsExpensive {
    bool get ();
}
member IsExpensive : bool
function get IsExpensive () : boolean

Значение свойства

Тип: System.Boolean
A Boolean value that specifies whether the property is expensive.If True, the property is expensive.If False (default), the property is not expensive.

Примеры

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

См. также

Справочник

SqlPropertyInfo Класс

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