ServerSetupAdapter 생성자
Initializes a new instance of the ServerSetupAdapter object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub New ( _
obj As Server _
)
‘사용 방법
Dim obj As Server
Dim instance As New ServerSetupAdapter(obj)
public ServerSetupAdapter(
Server obj
)
public:
ServerSetupAdapter(
Server^ obj
)
new :
obj:Server -> ServerSetupAdapter
public function ServerSetupAdapter(
obj : Server
)
매개 변수
- obj
형식: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that specifies the instance of SQL Server that is associated with the adapter.
주의
기본 생성자는 모든 필드를 기본값으로 초기화합니다.