Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identity key for the collection item.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CollectionItem.Key
Get
'Usage
Dim instance As CollectionItem
Dim value As CollectionItem.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public CollectionItem.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property CollectionItem.Key^ IdentityKey {
CollectionItem.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : CollectionItem.Key
function get IdentityKey () : CollectionItem.Key
Property Value
Type: Microsoft.SqlServer.Management.Collector.CollectionItem.Key
The CollectionItem.Key object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.