Proprietà SqlPotentialElementDescriptor.IsVariable

Ottiene un valore che indica se si tratta di un oggetto variabile.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsVariable As Boolean
    Get
public bool IsVariable { get; }
public:
property bool IsVariable {
    bool get ();
}
member IsVariable : bool
function get IsVariable () : boolean

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlPotentialElementDescriptor Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel