Freigeben über


ISql90ClrMethodParameter.IsOutput-Eigenschaft

Ruft einen Wert ab, der angibt, ob es sich um einen Ausgabeparameter handelt, oder legt den Wert fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90ClrMethodParameter Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace