Share via


IsExpensive propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsExpensive As Boolean
    Get
'Utilisation
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

Valeur de la propriété

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.