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.