Método SfcDictionaryCollection<T, K, ParentT>.GetExistingObjectByKey
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Overrides Function GetExistingObjectByKey ( _
key As K _
) As T
'Uso
Dim key As K
Dim returnValue As T
returnValue = Me.GetExistingObjectByKey(key)
protected override T GetExistingObjectByKey(
K key
)
protected:
virtual T GetExistingObjectByKey(
K key
) override
abstract GetExistingObjectByKey :
key:'K -> 'T
override GetExistingObjectByKey :
key:'K -> 'T
protected override function GetExistingObjectByKey(
key : K
) : T
Parâmetros
- key
Tipo: K
The existing key object in the collection.
Valor de retorno
Tipo: T
The current object in the collection that contains a key.