Partager via


Propriété IsOutput

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsOutput As Boolean
    Get
'Utilisation
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

Valeur de propriété

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

Notes

This property applies only to module parameters.