Condividi tramite


Proprietà ProcedureParameter.IsVarying

Ottiene o imposta un valore che indica se VARYING è definito.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
Restituisce true se VARYING è definito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProcedureParameter Classe

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