ServerGroup 생성자 (String)
Initializes a new instance of the ServerGroup object that has the specified name.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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
)
매개 변수
- name
형식: System. . :: . .String
A String value that specifies the name of the server group.