หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the Boolean property value that specifies whether the property is expensive.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property IsExpensive As Boolean
Get
'Usage
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
Property Value
Type: 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.