Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the collection of keys contained in this collection.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Keys As IEnumerable(Of K)
Get
'Usage
Dim instance As SfcReferenceCollection
Dim value As IEnumerable(Of K)
value = instance.Keys
public IEnumerable<K> Keys { get; }
public:
virtual property IEnumerable<K>^ Keys {
IEnumerable<K>^ get () sealed;
}
abstract Keys : IEnumerable<'K>
override Keys : IEnumerable<'K>
final function get Keys () : IEnumerable<K>
Property Value
Type: System.Collections.Generic.IEnumerable<K>
The collection of keys contained in this collection.
Implements
IReadOnlyDictionary<K, T>.Keys