Condividi tramite


Metodo GetObjectByKey

Uses the specified key to retrieve an existing object from the collection. If a matching object is not found, the object is created, and added to the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

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

Sintassi

'Dichiarazione
Protected MustOverride Function GetObjectByKey ( _
    key As K _
) As T
'Utilizzo
Dim key As K
Dim returnValue As T

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

Parametri

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

Valore restituito

Tipo: T
An object from the collection.