Expensive 属性

获取 Boolean 属性值,该值指定是否花很长时间加载属性值。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Expensive As Boolean
    Get
用法
Dim instance As [Property]
Dim value As Boolean

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

属性值

类型:System. . :: . .Boolean
一个 Boolean 值,该值指定根据用于加载的时间和资源,是否认为属性占用大量资源。
如果为 true,则该属性占用大量资源。
如果为 False(默认值),则属性不消耗大量资源。

注释

The boundary between expensive properties and inexpensive properties is an arbitrary value.

示例

设置属性