Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.