Proprietà IdentityKey
Ottiene la chiave di identità per il set di raccolta.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IdentityKey As CollectionSet..::..Key
Get
'Utilizzo
Dim instance As CollectionSet
Dim value As CollectionSet..::..Key
value = instance.IdentityKey
public CollectionSet..::..Key IdentityKey { get; }
public:
property CollectionSet..::..Key^ IdentityKey {
CollectionSet..::..Key^ get ();
}
member IdentityKey : CollectionSet..::..Key
function get IdentityKey () : CollectionSet..::..Key
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Collector. . :: . .CollectionSet. . :: . .Key
Un oggetto Key per il set di raccolta.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche