Share via


SqlElementDescriptor.IsVolatile Property

Gets whether the descriptor volatility value is not None.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IsVolatile As Boolean
    Get
'Usage
Dim instance As SqlElementDescriptor
Dim value As Boolean

value = instance.IsVolatile
public bool IsVolatile { get; }
public:
property bool IsVolatile {
    bool get ();
}
function get IsVolatile () : boolean
member IsVolatile : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

SqlElementDescriptor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace