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.