IDTSCustomProperty100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 플로우 작업 내 객체에 대한 사용자 지정 정보를 포함합니다.
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 구성 요소의 설계 시 메서드에 있는 "사용자 지정 속성 생성"을 참조하세요.
속성
| Name | Description |
|---|---|
| ContainsID |
객체의 가 데이터 플로우 작업 내 다른 객체의 ID를 포함하는지 나타내 ValueIDTSCustomProperty100 는 값을 받거나 설정합니다. |
| Description |
객체의 IDTSCustomProperty100 설명을 얻거나 설정합니다. |
| EncryptionRequired |
객체가 IDTSCustomProperty100 암호화되어야 하는지 여부를 나타내는 값을 받거나 설정합니다. |
| ExpressionType |
표현식의 타입을 얻거나 설정합니다. |
| ID |
객체의 IDTSCustomProperty100 식별자를 얻거나 설정합니다. |
| IdentificationString |
객체를 고유하게 식별하는 IDTSCustomProperty100 문자열을 얻습니다. |
| Name |
객체 이름을 IDTSCustomProperty100 얻거나 설정합니다. |
| ObjectType |
커스텀 부동산을 얻 DTSObjectType 습니다. |
| State |
값 DTSPersistState 이 패키지 XML 내에서 어떻게 IDTSCustomProperty100 저장될지 제어하는 값을 받거나 설정합니다. |
| TypeConverter |
객체의 IDTSCustomProperty100 타입 변환기를 얻거나 설정합니다. |
| UITypeEditor |
객체의 IDTSCustomProperty100 편집기를 받거나 설정합니다. |
| Value |
객체의 IDTSCustomProperty100 값을 얻거나 설정합니다. |