Compartilhar via


Propriedade ISqlSubroutineParameter.IsOutput

Obtém ou define um valor que indica se o parâmetro é um parâmetro de saída.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlSubroutineParameter Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel