SqlPotentialElementDescriptor.IsVariable Property

Gets whether this is a variable object.

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

Syntax

'Declaration
Public ReadOnly Property IsVariable As Boolean
    Get
'Usage
Dim instance As SqlPotentialElementDescriptor
Dim value As Boolean

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPotentialElementDescriptor Class

SqlPotentialElementDescriptor Members

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