IDTSPath100.IdentificationString 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 a unique string that identifies an IDTSPath100 object.
public:
property System::String ^ IdentificationString { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(15)]
public string IdentificationString { [System.Runtime.InteropServices.DispId(15)] get; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
member this.IdentificationString : string
Public ReadOnly Property IdentificationString As String
Property Value
The IDTSPath100 in the data flow layout.
Implements
- Attributes
Remarks
The identification string is a read-only property that consists of the ObjectType, Name, and ID properties.