언어

IDTSPropertiesProvider100 인터페이스

정의

컨테이너에 의해 상속된 인터페이스를 정의하여, 표현식으로 속성을 설정할 수 있고, 컨테이너와 연관된 열거 가능한 속성 집합을 허용합니다.

public interface class IDTSPropertiesProvider100
[System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")]
public interface IDTSPropertiesProvider100
[<System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")>]
type IDTSPropertiesProvider100 = interface
Public Interface IDTSPropertiesProvider100
파생
특성

설명

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

속성

Name Description
Properties

컨테이너와 함께 사용할 수 있는 속성과 메서드가 포함된 객체를 포함하는 IDTSProperty100 컬렉션을 얻습니다.

메서드

Name Description
ComputeExpressions(Boolean)

속성과 관련된 식들을 계산합니다.

GetExpression(String)

지정된 속성에 대한 표현식을 포함하는 문자열을 반환합니다. null은 표현식이 할당되지 않는다는 뜻입니다.

SetExpression(String, String)

지정된 표현식을 속성에 할당합니다. null을 지정하여 속성에서 기존 표현식을 제거하세요.

적용 대상