Partager via


Propriété SfcReferenceCollection<K, T, S>.Values

Gets the collection of values contained in this collection.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Values As IEnumerable(Of T)
    Get
'Utilisation
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>

Valeur de propriété

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

Implémente

IReadOnlyDictionary<K, T>.Values

Voir aussi

Référence

SfcReferenceCollection<K, T, S> Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc