Méthode ISfcCollection.GetObjectByKey
Uses the specified key to retrieve an object from the collection. If a matching object is not found, the object is created, and added to 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
Private Function GetObjectByKey ( _
key As SfcKey _
) As SfcInstance Implements ISfcCollection.GetObjectByKey
'Utilisation
Dim instance As SfcCollection
Dim key As SfcKey
Dim returnValue As SfcInstance
returnValue = CType(instance, ISfcCollection).GetObjectByKey(key)
SfcInstance ISfcCollection.GetObjectByKey(
SfcKey key
)
private:
virtual SfcInstance^ GetObjectByKey(
SfcKey^ key
) sealed = ISfcCollection::GetObjectByKey
private abstract GetObjectByKey :
key:SfcKey -> SfcInstance
private override GetObjectByKey :
key:SfcKey -> SfcInstance
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- key
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The key that identifies the object to get.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The object from the collection.