IDTSPropertiesProvider100.SetExpression(String, String) 메서드

정의

지정한 식을 속성에 할당합니다. 속성에서 기존 식을 제거하려면 null을 지정합니다.

public:
 void SetExpression(System::String ^ bstrPropertyName, System::String ^ bstrExpression);
[System.Runtime.InteropServices.DispId(8)]
public void SetExpression (string bstrPropertyName, string bstrExpression);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member SetExpression : string * string -> unit
Public Sub SetExpression (bstrPropertyName As String, bstrExpression As String)

매개 변수

bstrPropertyName
String

식을 할당할 속성의 이름입니다.

bstrExpression
String

속성에 할당할 식입니다.

특성

설명

자세한 내용은 IDTSPropertiesProvider를 참조하세요.

적용 대상