Sdílet prostřednictvím


ObjectProperty.Expensive Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property Expensive As Boolean
    Get
    Set
'Usage
Dim instance As ObjectProperty
Dim value As Boolean

value = instance.Expensive

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

Property Value

Type: System.Boolean
A Boolean value that specifies whether the property is expensive in terms of time to load. If True, the property is expensive. Otherwise, false