다음을 통해 공유


EventInfo.ID 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public ReadOnly Property ID As String 
    Get
‘사용 방법
Dim instance As EventInfo 
Dim value As String 

value = instance.ID
public string ID { get; }
public:
virtual property String^ ID {
    String^ get () sealed;
}
abstract ID : string 
override ID : string
final function get ID () : String

속성 값

유형: System.String
A String that contains the unique GUID assigned to this EventInfo.

구현

IDTSName.ID

참고 항목

참조

EventInfo 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스