Partager via


SqlElementDescriptor.IsVolatile, propriété

Obtient une valeur qui indique si ce descripteur correspond à un élément volatile.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsVolatile As Boolean
    Get
public bool IsVolatile { get; }
public:
property bool IsVolatile {
    bool get ();
}
member IsVolatile : bool
function get IsVolatile () : boolean

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlElementDescriptor Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms