Partager via


Méthode GetExistingObjectByKey

Uses the specified key to retrieve an existing object from the collection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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 GetExistingObjectByKey ( _
    key As K _
) As T
'Utilisation
Dim key As K
Dim returnValue As T

returnValue = Me.GetExistingObjectByKey(key)
protected abstract T GetExistingObjectByKey(
    K key
)
protected:
virtual T GetExistingObjectByKey(
    K key
) abstract
abstract GetExistingObjectByKey : 
        key:'K -> 'T 
protected abstract function GetExistingObjectByKey(
    key : K
) : T

Paramètres

  • key
    Type : K
    The key that identifies the object to get.

Valeur de retour

Type : T
An object from the collection or nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) if a matching object was not found.