Propriedade do RDL ObjectProperty.Expensive
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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property Expensive As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: 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