Condividi tramite


Proprietà IsOutput

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsOutput As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

This property applies only to module parameters.