Partager via


ISqlSubroutineParameter.IsOutput, propriété

Obtient ou définit une valeur qui indique si le paramètre est un paramètre de sortie.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlSubroutineParameter Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms