IDTSPropertiesProvider100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
식에서 속성을 설정할 수 있도록 컨테이너에서 상속하는 인터페이스를 정의하고 열거 가능한 속성 컬렉션을 컨테이너와 연결할 수 있도록 허용합니다.
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를 참조하세요.
속성
Properties |
컨테이너에서 사용할 속성 및 메서드가 있는 IDTSProperty100 개체를 포함하는 컬렉션을 가져옵니다. |
메서드
ComputeExpressions(Boolean) |
속성과 연결된 식을 계산합니다. |
GetExpression(String) |
지정된 속성에 대한 식이 포함된 String을 반환합니다. Null은 식이 할당되지 않음을 의미합니다. |
SetExpression(String, String) |
지정한 식을 속성에 할당합니다. 속성에서 기존 식을 제거하려면 null을 지정합니다. |