共用方式為


SetPublisherAssertions Constructor (String, String, KeyedReference)

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 a new instance of the SetPublisherAssertions class from the specified from key, to key, and KeyedReference object. This constructor creates an PublisherAssertion object from the specified parameters and adds the PublisherAssertion object to the SetPublisherAssertions.PublisherAssertions collection.

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

Usage

Visual Basic
  Dim fromKey As String
Dim toKey As String
Dim keyedReference As KeyedReference
Dim instance As New SetPublisherAssertions(fromKey, toKey, keyedReference)

Syntax

'Declaration
PublicSubNew ( _
    fromKeyAsString, _
    toKeyAsString, _
    keyedReferenceAsKeyedReference _
)
publicSetPublisherAssertions (
    stringfromKey,
    stringtoKey,
    KeyedReferencekeyedReference
)
public:
SetPublisherAssertions (
    String^ fromKey, 
    String^ toKey, 
    KeyedReference^ keyedReference
)
publicSetPublisherAssertions (
    StringfromKey, 
    StringtoKey, 
    KeyedReferencekeyedReference
)
publicfunctionSetPublisherAssertions (
    fromKey : String, 
    toKey : String, 
    keyedReference : KeyedReference
)

Parameters

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

SetPublisherAssertions Class
SetPublisherAssertions Members
Microsoft.Uddi Namespace
KeyedReference Class
PublisherAssertion
PublisherAssertion.FromKey
PublisherAssertion.ToKey
PublisherAssertion.KeyedReference