Méthode SfcReferenceCollection<K, T, S>.GetKeyFromValue
Obtains a key from the item value.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected MustOverride Function GetKeyFromValue ( _
value As T _
) As K
'Utilisation
Dim value As T
Dim returnValue As K
returnValue = Me.GetKeyFromValue(value)
protected abstract K GetKeyFromValue(
T value
)
protected:
virtual K GetKeyFromValue(
T value
) abstract
abstract GetKeyFromValue :
value:'T -> 'K
protected abstract function GetKeyFromValue(
value : T
) : K
Paramètres
- value
Type : T
The current item to use to obtain or calculate its key.
Valeur de retour
Type : K
The key obtained from the item value.