Proprietà SfcReferenceCollection<K, T, S>.Values

Gets the collection of values contained in this collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Values As IEnumerable(Of T)
    Get
'Utilizzo
Dim instance As SfcReferenceCollection 
Dim value As IEnumerable(Of T)

value = instance.Values
public IEnumerable<T> Values { get; }
public:
virtual property IEnumerable<T>^ Values {
    IEnumerable<T>^ get () sealed;
}
abstract Values : IEnumerable<'T>
override Values : IEnumerable<'T>
final function get Values () : IEnumerable<T>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<T>
The collection of values contained in the collection.

Implementa

IReadOnlyDictionary<K, T>.Values

Vedere anche

Riferimento

SfcReferenceCollection<K, T, S> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc