ServerComparer 생성자 (ServerConnection)
지정한 연결의 기본 데이터베이스에 있는 정보를 포함하는 ServerComparer 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Public Sub New ( _
conn As ServerConnection _
)
‘사용 방법
Dim conn As ServerConnection
Dim instance As New ServerComparer(conn)
public ServerComparer(
ServerConnection conn
)
public:
ServerComparer(
ServerConnection^ conn
)
new :
conn:ServerConnection -> ServerComparer
public function ServerComparer(
conn : ServerConnection
)
매개 변수
- conn
유형: Microsoft.SqlServer.Management.Common.ServerConnection
데이터베이스 엔진의 인스턴스를 지정하는 ServerConnection 개체입니다.