ActionInfo.TypePackageID 속성
Gets the package ID of the type.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid
Get
‘사용 방법
Dim instance As ActionInfo
Dim value As Guid
value = instance.TypePackageID
[SfcPropertyAttribute(Data = true)]
public Guid TypePackageID { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Guid TypePackageID {
Guid get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TypePackageID : Guid
function get TypePackageID () : Guid
속성 값
유형: System.Guid
The package ID of the type.