Proprietà IdentityKey
Ottiene la chiave di identità per l'elemento della raccolta.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CollectionItem..::..Key
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Collector. . :: . .CollectionItem. . :: . .Key
Oggetto CollectionItem..::..Key.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche