Share via


StoredProcedureParameter.IsOutputParameter Property

Returns a value that indicates whether the parameter for a stored procedure is an output parameter.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Property IsOutputParameter As Boolean
'Usage
Dim instance As StoredProcedureParameter
Dim value As Boolean

value = instance.IsOutputParameter

instance.IsOutputParameter = value
public bool IsOutputParameter { get; set; }
public:
property bool IsOutputParameter {
    bool get ();
    void set (bool value);
}
function get IsOutputParameter () : boolean
function set IsOutputParameter (value : boolean)

Property Value

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

Permissions

See Also

Reference

StoredProcedureParameter Class

Microsoft.Web.Management.DatabaseManager Namespace