ServerComparer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServerComparer(ServerConnection) | |
ServerComparer(ServerConnection, String) |
ServerComparer(ServerConnection)
public ServerComparer (Microsoft.SqlServer.Management.Common.ServerConnection conn);
new Microsoft.SqlServer.Management.Common.ServerComparer : Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Management.Common.ServerComparer
Public Sub New (conn As ServerConnection)
Parameters
- conn
- ServerConnection
Applies to
ServerComparer(ServerConnection, String)
public ServerComparer (Microsoft.SqlServer.Management.Common.ServerConnection conn, string databaseName);
new Microsoft.SqlServer.Management.Common.ServerComparer : Microsoft.SqlServer.Management.Common.ServerConnection * string -> Microsoft.SqlServer.Management.Common.ServerComparer
Public Sub New (conn As ServerConnection, databaseName As String)
Parameters
- conn
- ServerConnection
- databaseName
- String