Konstruktor MergePublication (String, String, ServerConnection)
Inicjuje nowe wystąpienie MergePublication klasy określonej nazwy, bazy danych i połączenia Wydawca.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
databaseName As String, _
connectionContext As ServerConnection _
)
'Użycie
Dim name As String
Dim databaseName As String
Dim connectionContext As ServerConnection
Dim instance As New MergePublication(name, databaseName, _
connectionContext)
public MergePublication(
string name,
string databaseName,
ServerConnection connectionContext
)
public:
MergePublication(
String^ name,
String^ databaseName,
ServerConnection^ connectionContext
)
new :
name:string *
databaseName:string *
connectionContext:ServerConnection -> MergePublication
public function MergePublication(
name : String,
databaseName : String,
connectionContext : ServerConnection
)
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę publikacja korespondencji seryjnej.
- databaseName
Typ: System.String
A String wartość określająca bazy danych.
- connectionContext
Typ: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection object value that specifies the connection context required to establish a connection to the instance of Microsoft SQL Server.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.
Zobacz także