다음을 통해 공유


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.