Partager via


KeysOwned Constructor (String, String)

Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Initializes an instance of the KeysOwned class by using the specified keys from which and to which the relationship applies.

Namespace: Microsoft.Uddi.Businesses
Assembly: microsoft.uddi (in microsoft.uddi.dll)

Usage

Visual Basic
  Dim fromKey As String
Dim toKey As String
Dim instance As New KeysOwned(fromKey, toKey)

Syntax

'Declaration
PublicSubNew ( _
    fromKeyAsString, _
    toKeyAsString _
)
publicKeysOwned (
    stringfromKey,
    stringtoKey
)
public:
KeysOwned (
    String^ fromKey, 
    String^ toKey
)
publicKeysOwned (
    StringfromKey, 
    StringtoKey
)
publicfunctionKeysOwned (
    fromKey : String, 
    toKey : String
)

Parameters

  • fromKey
    The business key from which the relationship applies.
  • toKey
    The business key to which the relationship applies.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP

See Also

Reference

KeysOwned Class
KeysOwned Members
Microsoft.Uddi.Businesses Namespace