GetExistingObjectByKey-Methode
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Overrides Function GetExistingObjectByKey ( _
key As K _
) As T
'Usage
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
Parameter
- key
Typ: K
The object to locate in the list collection.
Rückgabewert
Typ: T
The existing objects in the collection that contains a specified key.