Свойство IsOutput
Gets a value that indicates whether the parameter is an output parameter.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsOutput As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if the parameter is an output parameter; otherwise, false.
Замечания
This property applies only to module parameters.
См. также