다음을 통해 공유


IDTSExpressionEvaluator100.IsAssignmentExpression 메서드

정의

식이 대입 식임을 나타냅니다.

public:
 void IsAssignmentExpression(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, [Runtime::InteropServices::Out] bool % pvbIsBoolean);
[System.Runtime.InteropServices.DispId(6)]
public void IsAssignmentExpression (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, out bool pvbIsBoolean);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member IsAssignmentExpression : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * bool -> unit
Public Sub IsAssignmentExpression (pVariableDispenser As IDTSVariableDispenser100, ByRef pvbIsBoolean As Boolean)

매개 변수

pVariableDispenser
IDTSVariableDispenser100

변수를 잠그기 위한 개체입니다.

pvbIsBoolean
Boolean

식이 부울임을 나타내려면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상