Propriedade do RDL PredSourceInfo.IdentityKey

Gets the identity key.

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

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PredSourceInfo.Key 
    Get
'Uso
Dim instance As PredSourceInfo 
Dim value As PredSourceInfo.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public PredSourceInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property PredSourceInfo.Key^ IdentityKey {
    PredSourceInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : PredSourceInfo.Key
function get IdentityKey () : PredSourceInfo.Key

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
Returns the key as a PredSourceInfo.Key object.

Consulte também

Referência

PredSourceInfo Classe

Namespace Microsoft.SqlServer.Management.XEvent