Condividi tramite


Proprietà ISqlSubroutineParameter.IsVarying

Ottiene o imposta un valore che indica se il parametro è VARYING.

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

Sintassi

'Dichiarazione
Property IsVarying As Boolean
    Get
    Set
bool IsVarying { get; set; }
property bool IsVarying {
    bool get ();
    void set (bool value);
}
abstract IsVarying : bool with get, set
function get IsVarying () : boolean
function set IsVarying (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSubroutineParameter Interfaccia

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