Compartilhar via


Método IntegrationServices.ISfcDomain.GetKey

Retrieves the key object given by urn fragment.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Private Function GetKey ( _
    urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The key object given by urn fragment.

Implementa

ISfcDomain.GetKey(IUrnFragment)

Consulte também

Referência

IntegrationServices Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices