Propriedade do RDL MapValueInfo.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 MapValueInfo.Key 
    Get
'Uso
Dim instance As MapValueInfo 
Dim value As MapValueInfo.Key 

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key
An SfcKey value.

Comentários

The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is located at the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

Consulte também

Referência

MapValueInfo Classe

Namespace Microsoft.SqlServer.Management.XEvent