Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the key object given by urn fragment.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Private Function GetKey ( _
urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- urnFragment
Type: Microsoft.SqlServer.Management.Sdk.Sfc.IUrnFragment
The urn fragment.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The key object given by urn fragment.
Implements
ISfcDomain.GetKey(IUrnFragment)
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace