Partager via


Méthode SfcCollection<T, K, ParentT>.ISfcCollection.GetExisting

Uses the specified key to retrieve an existing item from the collection. Ne faites pas directement référence à 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 GetExisting ( _
    key As SfcKey, _
    <OutAttribute> ByRef sfcInstance As SfcInstance _
) As Boolean Implements ISfcCollection.GetExisting
'Utilisation
Dim instance As SfcCollection 
Dim key As SfcKey 
Dim sfcInstance As SfcInstance 
Dim returnValue As Boolean 

returnValue = CType(instance, ISfcCollection).GetExisting(key, _
    sfcInstance)
bool ISfcCollection.GetExisting(
    SfcKey key,
    out SfcInstance sfcInstance
)
private:
virtual bool GetExisting(
    SfcKey^ key, 
    [OutAttribute] SfcInstance^% sfcInstance
) sealed = ISfcCollection::GetExisting
private abstract GetExisting : 
        key:SfcKey * 
        sfcInstance:SfcInstance byref -> bool  
private override GetExisting : 
        key:SfcKey * 
        sfcInstance:SfcInstance byref -> bool
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

Valeur de retour

Type : System.Boolean
true if the item is successfully retrieved; otherwise, false.

Implémente

ISfcCollection.GetExisting(SfcKey, SfcInstance%)

Voir aussi

Référence

SfcCollection<T, K, ParentT> Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc