Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves the key object given by urn fragment.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Private Function GetKey ( _
urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'Utilisation
Dim instance As IntegrationServices
Dim urnFragment As IUrnFragment
Dim returnValue As SfcKey
returnValue = CType(instance, ISfcDomain).GetKey(urnFragment)
SfcKey ISfcDomain.GetKey(
IUrnFragment urnFragment
)
private:
virtual SfcKey^ GetKey(
IUrnFragment^ urnFragment
) sealed = ISfcDomain::GetKey
private abstract GetKey :
urnFragment:IUrnFragment -> SfcKey
private override GetKey :
urnFragment:IUrnFragment -> SfcKey
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
- urnFragment
Type : Microsoft.SqlServer.Management.Sdk.Sfc.IUrnFragment
The urn fragment.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The key object given by urn fragment.
Implémente
ISfcDomain.GetKey(IUrnFragment)
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices