Freigeben über


ExecuteParameter.IsOutput-Eigenschaft

Ruft ab oder legt fest, ob OUTPUT für den Parameter definiert ist.

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

Syntax

'Declaration
Public Property IsOutput As Boolean
    Get
    Set
public bool IsOutput { get; set; }
public:
property bool IsOutput {
    bool get ();
    void set (bool value);
}
member IsOutput : bool with get, set
function get IsOutput () : boolean
function set IsOutput (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ExecuteParameter Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace