Propriété ActivityId.Id
Gets the activity identifier.
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Property Id As Guid
Get
Friend Set
'Utilisation
Dim instance As ActivityId
Dim value As Guid
value = instance.Id
public Guid Id { get; internal set; }
public:
property Guid Id {
Guid get ();
internal: void set (Guid value);
}
member Id : Guid with get, internal set
function get Id () : Guid
internal function set Id (value : Guid)
Valeur de propriété
Type : System.Guid
The Guid object that represents the activity identifier.