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 命名空间