共用方式為


3.1.4.4.6 put_PublisherID (Opnum 12)

The put_PublisherID method sets the PublisherID property of the subscription.

 [propput, id(3), helpstring("property PublisherID")] HRESULT PublisherID(
   [in] BSTR bstrPublisherID
 );

bstrPublisherID: The PublisherID property of the subscription, as specified in section 3.1.1.2. The value MUST conform to the format as specified in section 2.2.4.

Return Values: An HRESULT specifying success or failure. All success codes MUST be treated the same, and all failure codes MUST be treated the same.

When this method is invoked, the server MUST validate the new value of the property for syntax. If validation fails, the server MUST fail the call, returning a failure HRESULT back to the client. Otherwise, the server MUST attempt to update the state of the DCOM object servicing this method with the new value of the PublisherID property, and fail the call if it cannot. Otherwise, it MUST override any previous value that was set for this DCOM object instance servicing this method call.