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

有关设置自定义属性的信息,请参见 数据流 组件设计时方法中的“创建自定义属性”。

属性

名称 说明
ContainsID

获取或设置一个值,指示该对象是否ValueIDTSCustomProperty100包含数据流任务中另一个对象的ID。

Description

获取或设置一个 IDTSCustomProperty100 对象的描述。

EncryptionRequired

获取或设置一个值,指示对象是否 IDTSCustomProperty100 必须加密。

ExpressionType

获取或设置表达式的类型。

ID

获取或设置对象的标识符 IDTSCustomProperty100

IdentificationString

获得一个唯一标识对象 IDTSCustomProperty100 的字符串。

Name

获取或设置一个 IDTSCustomProperty100 对象的名称。

ObjectType

获得 DTSObjectType 定制财产。

State

从 一个 DTSPersistState 获取或设置一个值,控制该值如何 IDTSCustomProperty100 存储在包 XML 中。

TypeConverter

获取或设置对象的 IDTSCustomProperty100 类型转换器。

UITypeEditor

获取或设置对象的 IDTSCustomProperty100 编辑器。

Value

获取或设置对象的值 IDTSCustomProperty100

适用于