Partilhar via


Propriedade do RDL ActivityId.Id

Gets the activity identifier.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
Public Property Id As Guid 
    Get 
    Friend Set
'Uso
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)

Valor da propriedade

Tipo: System.Guid
The Guid object that represents the activity identifier.

Consulte também

Referência

ActivityId Classe

Namespace Microsoft.SqlServer.XEvent