IntegrationServices.ISfcDomain.GetKey Método
Retrieves the key object given by urn fragment.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- urnFragment
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.IUrnFragment
The urn fragment.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The key object given by urn fragment.
Implementa
ISfcDomain.GetKey(IUrnFragment)
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices