ISqlSubroutineParameter.IsOutput Property

Gets or sets whether the parameter is an output parameter.

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

Syntax

'Declaration
Property IsOutput As Boolean
    Get
    Set
'Usage
Dim instance As ISqlSubroutineParameter
Dim value As Boolean

value = instance.IsOutput

instance.IsOutput = value
bool IsOutput { get; set; }
property bool IsOutput {
    bool get ();
    void set (bool value);
}
function get IsOutput () : boolean
function set IsOutput (value : boolean)
abstract IsOutput : bool with get, set

Property Value

Type: System.Boolean
Returns True if the parameter is an output parameter; otherwise, False.

.NET Framework Security

See Also

Reference

ISqlSubroutineParameter Interface

ISqlSubroutineParameter Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace