Dela via


ISqlSubroutineParameter.IsOutput Property

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

Syntax

'Declaration
Property IsOutput As Boolean
'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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSubroutineParameter Interface

ISqlSubroutineParameter Members

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