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.