Propriedade do RDL SqlPropertyInfo.IsExpensive

Gets the Boolean property value that specifies whether the property is expensive.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsExpensive As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: 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.

Exemplos

Definindo propriedades

Consulte também

Referência

SqlPropertyInfo Classe

Namespace Microsoft.SqlServer.Management.Smo