ServerAdapter 생성자
네임스페이스: 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 ServerAdapter(obj)
public ServerAdapter(
Server obj
)
public:
ServerAdapter(
Server^ obj
)
new :
obj:Server -> ServerAdapter
public function ServerAdapter(
obj : Server
)
매개 변수
주의
This class acts as the flattener for server properties that are hidden in Settings and Configuration. Facets will inherit from this class to add new logical properties, use the Alter and Refresh methods of this class.