IDTSCustomProperty100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
- 특성
- 구현
설명
IDTSCustomProperty100 객체는 데이터 흐름 작업 내 객체에 대한 사용자 지정 정보를 노출하는 데 사용됩니다.
IDTSCustomProperty100 객체는 컴포넌트 내 IDTSComponentMetaData100 대부분의 객체에서 사용 가능하며, 패키지의 XML 내에 자동으로 영속성됩니다. 사용자 지정 속성은 컬렉션의 New 메서드를 호출하여 추가합니다 IDTSCustomPropertyCollection100 .
사용자 지정 속성 설정에 관한 정보는 Data Flow 구성 요소의 설계 시 메서드에 있는 "사용자 지정 속성 생성"을 참조하세요.
속성
| Name | Description |
|---|---|
| ContainsID | |
| Description | |
| EncryptionRequired | |
| ExpressionType | |
| ID | |
| IdentificationString | |
| Name | |
| ObjectType | |
| State | |
| TypeConverter | |
| UITypeEditor | |
| Value | |