ServerConfigurationAdapter 생성자
Constructor for ServerConfigurationClass
네임스페이스: 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 ServerConfigurationAdapter(obj)
public ServerConfigurationAdapter(
Server obj
)
public:
ServerConfigurationAdapter(
Server^ obj
)
new :
obj:Server -> ServerConfigurationAdapter
public function ServerConfigurationAdapter(
obj : Server
)
매개 변수
- obj
형식: Microsoft.SqlServer.Management.Smo. . :: . .Server
Object - should be a server object.
주의
This class abstracts configuration and settings so properties that belong to those classes can be implemented as a facet.