Konstruktor ReplicationTable (String, String, String, ServerConnection)
Creates a new instance of the ReplicationTable class with the specified name and owner, on the specified database, and with the specified connection to an instance of Microsoft SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
ownerName As String, _
databaseName As String, _
connectionContext As ServerConnection _
)
'Użycie
Dim name As String
Dim ownerName As String
Dim databaseName As String
Dim connectionContext As ServerConnection
Dim instance As New ReplicationTable(name, ownerName, _
databaseName, connectionContext)
public ReplicationTable(
string name,
string ownerName,
string databaseName,
ServerConnection connectionContext
)
public:
ReplicationTable(
String^ name,
String^ ownerName,
String^ databaseName,
ServerConnection^ connectionContext
)
new :
name:string *
ownerName:string *
databaseName:string *
connectionContext:ServerConnection -> ReplicationTable
public function ReplicationTable(
name : String,
ownerName : String,
databaseName : String,
connectionContext : ServerConnection
)
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę bazy danych.
- ownerName
Typ: System.String
A String wartość określająca właściciela bazy danych.Jeżeli nie określono wartości, przyjmowana jest db_owner użytkownika.
- databaseName
Typ: System.String
A String wartość, która określa bazę danych, do której należy tabela replikacja.
- connectionContext
Typ: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection obiekt, który określa kontekst połączenia, który jest używany do ustanawiania połączenia z wystąpienie z SQL Server.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0.NET Framework.
Zobacz także