Propriedade do RDL IsOutput
Gets a value that indicates whether the parameter is an output parameter.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property IsOutput As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the parameter is an output parameter; otherwise, false.
Comentários
This property applies only to module parameters.
Consulte também