ServerGroup constructeur (ServerGroup, String)
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Sub New ( _
serverGroup As ServerGroup, _
name As String _
)
'Utilisation
Dim serverGroup As ServerGroup
Dim name As String
Dim instance As New ServerGroup(serverGroup, _
name)
public ServerGroup(
ServerGroup serverGroup,
string name
)
public:
ServerGroup(
ServerGroup^ serverGroup,
String^ name
)
new :
serverGroup:ServerGroup *
name:string -> ServerGroup
public function ServerGroup(
serverGroup : ServerGroup,
name : String
)
Paramètres
- serverGroup
Type : Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroup
- name
Type : System. . :: . .String