다음을 통해 공유


IDTSPropertiesProvider100 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Defines an interface, inherited by containers, that enables properties to be set by an expression, and allows an enumerable collection of properties to be associated with the container.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
‘사용 방법
Dim instance As IDTSPropertiesProvider100
[GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface IDTSPropertiesProvider100
[GuidAttribute(L"D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface class IDTSPropertiesProvider100
[<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")>]
type IDTSPropertiesProvider100 =  interface end
public interface IDTSPropertiesProvider100

IDTSPropertiesProvider100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Properties 인프라입니다. Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

맨 위로 이동

메서드

  이름 설명
공용 메서드 ComputeExpressions 인프라입니다. Computes the expressions associated with the properties.
공용 메서드 GetExpression 인프라입니다. Returns a String that contains the expression for the specified property. Null means no expression is assigned.
공용 메서드 SetExpression 인프라입니다. Assigns the specified expression to the property. Specify nullnull 참조(Visual Basic에서는 Nothing) to remove an existing expression from the property.

맨 위로 이동

주의

For more information, see IDTSPropertiesProvider.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스