Condividi tramite


Proprietà ISqlSubroutineParameter.IsOutput

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

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSubroutineParameter Interfaccia

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