다음을 통해 공유


IDTSPropertiesProvider 인터페이스

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
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Interface IDTSPropertiesProvider
‘사용 방법
Dim instance As IDTSPropertiesProvider
public interface IDTSPropertiesProvider
public interface class IDTSPropertiesProvider
type IDTSPropertiesProvider =  interface end
public interface IDTSPropertiesProvider

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

속성

  이름 설명
공용 속성 Properties Gets a collection that contains DtsProperty objects that have properties and methods for use with the container.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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 nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) to remove an existing expression from the property.

맨 위로 이동

주의

The properties are returned as DtsProperty into a DtsProperties collection. All classes that inherit from this interface support property expressions, with the exception of the Variable.