EventInfo.ID Property

 

Applies To: SQL Server 2016 Preview

The GUID assigned to the EventInfo. This field is read-only.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public string ID { get; }
public:
property String^ ID {
    virtual String^ get() sealed;
}
abstract ID : string with get
override ID : string with get
Public ReadOnly Property ID As String

Property Value

Type: System.String

A String that contains the unique GUID assigned to this EventInfo.

Implements

IDTSName.ID

See Also

EventInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top