IDTSCustomProperty100.ID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the identifier of an IDTSCustomProperty100 object.
public:
property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer
Property Value
The unique identifier of the IDTSCustomProperty100 object.
Implements
- Attributes
Remarks
The ID property is set by the data flow engine when the IDTSCustomProperty100 is created. It appears as writeable because the data flow engine writes to the property during creation and de-serialization of a package, but the property is read-only.