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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.