IParameter.IsOutput Property

Gets a value that indicates whether the parameter is an output parameter.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsOutput As Boolean
    Get
'Usage
Dim instance As IParameter
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the parameter is an output parameter; otherwise, false.

Remarks

This property applies only to module parameters.