IDTSCustomProperty100 인터페이스

정의

데이터 흐름 태스크의 개체에 대한 사용자 지정 정보를 포함합니다.

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
특성
구현

설명

IDTSCustomProperty100 개체는 데이터 흐름 태스크의 개체에 대한 사용자 지정 정보를 노출하는 데 사용됩니다.

IDTSCustomProperty100 개체는 구성 요소의 대부분의 개체에서 IDTSComponentMetaData100 사용할 수 있으며 패키지의 XML에 자동으로 유지됩니다. 사용자 지정 속성은 컬렉션의 메서드를 New 호출하여 추가 IDTSCustomPropertyCollection100 됩니다.

사용자 지정 속성을 설정하는 방법에 대한 자세한 내용은 Data Flow 구성 요소의 디자인 타임 메서드에서 "사용자 지정 속성 만들기"를 참조하세요.

속성

ContainsID

Value 개체의 IDTSCustomProperty100에 데이터 흐름 태스크의 다른 개체 ID가 포함되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

Description

IDTSCustomProperty100 개체에 대한 설명을 가져오거나 설정합니다.

EncryptionRequired

IDTSCustomProperty100 개체를 암호화해야 할지 여부를 나타내는 값을 가져오거나 설정합니다.

ExpressionType

식 유형을 가져오거나 설정합니다.

ID

IDTSCustomProperty100 개체의 식별자를 가져오거나 설정합니다.

IdentificationString

IDTSCustomProperty100 개체를 고유하게 식별하는 문자열을 가져옵니다.

Name

IDTSCustomProperty100 개체의 이름을 가져오거나 설정합니다.

ObjectType

사용자 지정 속성의 DTSObjectType을 가져옵니다.

State

DTSPersistState 값이 패키지 XML에 저장되는 방법을 제어하는 IDTSCustomProperty100의 값을 가져오거나 설정합니다.

TypeConverter

IDTSCustomProperty100 개체에 대한 유형 변환기를 가져오거나 설정합니다.

UITypeEditor

IDTSCustomProperty100 개체에 대한 편집기를 가져오거나 설정합니다.

Value

IDTSCustomProperty100 개체의 개체 값을 가져오거나 설정합니다.

적용 대상