Compartir a través de


ISqlSubroutineParameter.IsOutput (Propiedad)

Obtiene o establece un valor que indica si el parámetro es un parámetro de salida.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlSubroutineParameter Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)