Поделиться через


Endpoint Constructor (Server, String)

Initializes a new instance of the Endpoint class with the specified name on the specified instance of Microsoft SQL Server.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    server As Server, _
    name As String _
)
public Endpoint (
    Server server,
    string name
)
public:
Endpoint (
    Server^ server, 
    String^ name
)
public Endpoint (
    Server server, 
    String name
)
public function Endpoint (
    server : Server, 
    name : String
)

Параметры

  • server
    A Server object that specifies the instance of SQL Server.
  • name
    A String variable that specifies the name of the endpoint.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Create a Database Mirroring Endpoint Service in Visual Basic .NET

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Endpoint Class
Endpoint Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Implementing Endpoints
Представления каталога конечных точек (Transact-SQL)
CREATE ENDPOINT (Transact-SQL)