IDTSCustomProperty100 인터페이스

Contains custom information about an object in a data flow task.

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

구문

‘선언
<GuidAttribute("A0836E5E-50CF-4B28-9577-E25173725F0B")> _
Public Interface IDTSCustomProperty100 _
    Inherits IDTSObject100
‘사용 방법
Dim instance As IDTSCustomProperty100
[GuidAttribute("A0836E5E-50CF-4B28-9577-E25173725F0B")]
public interface IDTSCustomProperty100 : IDTSObject100
[GuidAttribute(L"A0836E5E-50CF-4B28-9577-E25173725F0B")]
public interface class IDTSCustomProperty100 : IDTSObject100
[<GuidAttribute("A0836E5E-50CF-4B28-9577-E25173725F0B")>]
type IDTSCustomProperty100 =  
    interface 
        interface IDTSObject100 
    end
public interface IDTSCustomProperty100 extends IDTSObject100

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

속성

  이름 설명
공용 속성 ContainsID Gets or sets a value that indicates whether the Value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task.
공용 속성 Description Gets or sets the description of an IDTSCustomProperty100 object.
공용 속성 EncryptionRequired Gets or sets a value indicating whether the IDTSCustomProperty100 object must be encrypted.
공용 속성 ExpressionType Gets or sets the type of the expression.
공용 속성 ID Gets or sets the identifier of an IDTSCustomProperty100 object.
공용 속성 IdentificationString Gets a string that uniquely identifies an IDTSCustomProperty100 object.
공용 속성 Name Gets or sets the name of an IDTSCustomProperty100 object.
공용 속성 ObjectType Gets the DTSObjectType of the custom property.
공용 속성 State Gets or sets a value from a DTSPersistState that controls how the IDTSCustomProperty100 value is stored in the package XML.
공용 속성 TypeConverter Gets or sets the type converter for an IDTSCustomProperty100 object.
공용 속성 UITypeEditor Gets or sets the editor for an IDTSCustomProperty100 object.
공용 속성 Value Gets or sets the object value of an IDTSCustomProperty100 object.

맨 위로 이동

주의

The IDTSCustomProperty100 object is used to expose custom information about an object in the data flow task.

IDTSCustomProperty100 objects are available on most of the objects in the IDTSComponentMetaData100 of a component and are automatically persisted in the XML of the package. Custom properties are added to the IDTSCustomPropertyCollection100 by calling the New method of the collection.

For information on setting custom properties, see "Creating Custom Properties" in 데이터 흐름 구성 요소의 디자인 타임 메서드.

참고 항목

참조

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