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.