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

获取或设置一个值,该值指示 Value 对象的 IDTSCustomProperty100 是否在数据流任务中包含其他对象的 ID。

Description

获取或设置 IDTSCustomProperty100 对象的说明。

EncryptionRequired

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

ExpressionType

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

ID

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

IdentificationString

获取一个字符串,该字符串唯一标识 IDTSCustomProperty100 对象。

Name

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

ObjectType

获取自定义属性的 DTSObjectType

State

获取或设置 DTSPersistState 中的一个值,该值控制 IDTSCustomProperty100 值存储在包 XML 中的方式。

TypeConverter

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

UITypeEditor

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

Value

获取或设置 IDTSCustomProperty100 对象的对象值。

适用于