Udostępnij za pośrednictwem


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

  • 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.

Uwagi

Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0.NET Framework.