ServerGroup コンストラクター (ServerGroup, String)

名前空間:  Microsoft.SqlServer.Management.RegisteredServers
アセンブリ:  Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)

構文

'宣言
Public Sub New ( _
    parent As ServerGroup, _
    name As String _
)
'使用
Dim parent As ServerGroup
Dim name As String

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