IDTSCustomProperty100 接口

Contains custom information about an object in a data flow task.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")> _
Public Interface IDTSCustomProperty100 _
    Inherits IDTSObject100
用法
Dim instance As IDTSCustomProperty100
[GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")]
public interface IDTSCustomProperty100 : IDTSObject100
[GuidAttribute(L"7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")]
public interface class IDTSCustomProperty100 : IDTSObject100
[<GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")>]
type IDTSCustomProperty100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSCustomProperty100 extends IDTSObject100

IDTSCustomProperty100 类型公开以下成员。

属性

  名称 说明
公共属性 ContainsID Gets or sets a value indicating whether the Value stored in an IDTSCustomProperty100 object contains the ID of another object in a data flow layout.
公共属性 Description Gets or sets the description of an IDTSCustomProperty100 object.
公共属性 Description Gets or sets the description of an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 EncryptionRequired Gets or sets a value indicating whether the Value in an IDTSCustomProperty100 object must be encrypted.
公共属性 ExpressionType Gets or sets a value indicating whether the value of the custom property can be specified by using property expressions.
公共属性 ID Gets or sets the ID of an IDTSCustomProperty100 object.
公共属性 ID Gets or sets the ID of an IDTSObject100object. (从 IDTSObject100 继承。)
公共属性 IdentificationString Gets a string that uniquely identifies an IDTSCustomProperty100 object.
公共属性 IdentificationString Gets a string that uniquely identifies an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 Name Gets or sets the name of an IDTSCustomProperty100 object.
公共属性 Name Gets or sets the name of an IDTSObject100 object. (从 IDTSObject100 继承。)
公共属性 ObjectType Gets the DTSObjectType of the custom property.
公共属性 ObjectType Gets the ObjectType property of an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 State Gets or sets a value from a DTSPersistState that controls how the IDTSCustomProperty100 value is stored in the package XML.
公共属性 TypeConverter Specifies the type converter for an IDTSCustomProperty100 object.
公共属性 UITypeEditor Specifies the editor for an IDTSCustomProperty100 object.
公共属性 Value Gets or sets the object value of an IDTSCustomProperty100 object.

页首

注释

The IDTSCustomProperty100 object is used to expose custom information about an object in the data flow task.

IDTSCustomProperty100 objects are available on most of the objects in the IDTSComponentMetaData100 of a component and are automatically persisted in the XML of the package. Custom properties are added to the IDTSCustomPropertyCollection100 by calling the New method of the collection.

For information on setting custom properties, see "Creating Custom Properties" in 数据流组件的设计时方法.