다음을 통해 공유


ServerGroup 생성자 (String)

지정한 이름을 가진 ServerGroup 개체의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Sub New ( _
    name As String _
)
‘사용 방법
Dim name As String

Dim instance As New ServerGroup(name)
public ServerGroup(
    string name
)
public:
ServerGroup(
    String^ name
)
new : 
        name:string -> ServerGroup
public function ServerGroup(
    name : String
)

매개 변수