IDTSComponentMetaData100.IdentificationString Property

Definition

Gets a string that uniquely identifies the component.

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

A String that uniquely identifies the component metadata.

Implements

Attributes

Remarks

The IdentificationString is a concatenated string that contains the ObjectType, Name, and ID properties of the component metadata object.

Applies to