Udostępnij przez


BusinessLogicResolver.InvokeInitialize Method

This method supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntax

'Deklaracja
Public Overrides Sub InvokeInitialize ( _
    publisher As String, _
    subscriber As String, _
    distributor As String, _
    publisherDB As String, _
    subscriberDB As String, _
    articleName As String _
)
public override void InvokeInitialize (
    string publisher,
    string subscriber,
    string distributor,
    string publisherDB,
    string subscriberDB,
    string articleName
)
public:
virtual void InvokeInitialize (
    String^ publisher, 
    String^ subscriber, 
    String^ distributor, 
    String^ publisherDB, 
    String^ subscriberDB, 
    String^ articleName
) override
public void InvokeInitialize (
    String publisher, 
    String subscriber, 
    String distributor, 
    String publisherDB, 
    String subscriberDB, 
    String articleName
)
public override function InvokeInitialize (
    publisher : String, 
    subscriber : String, 
    distributor : String, 
    publisherDB : String, 
    subscriberDB : String, 
    articleName : String
)

Parameters

  • publisher
  • subscriber
  • distributor
  • publisherDB
  • subscriberDB
  • articleName

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.