Compartir a través de


SqlElementDescriptor.IsVolatile (Propiedad)

Obtiene un valor que indica si este descriptor corresponde a un elemento volátil.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsVolatile As Boolean
    Get
public bool IsVolatile { get; }
public:
property bool IsVolatile {
    bool get ();
}
member IsVolatile : bool
function get IsVolatile () : boolean

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlElementDescriptor Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)