ManagedComputer constructeur (String)
Initializes a new instance of the ManagedComputer class with the specified computer name.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public Sub New ( _
machineName As String _
)
'Utilisation
Dim machineName As String
Dim instance As New ManagedComputer(machineName)
public ManagedComputer(
string machineName
)
public:
ManagedComputer(
String^ machineName
)
new :
machineName:string -> ManagedComputer
public function ManagedComputer(
machineName : String
)
Paramètres
- machineName
Type : System. . :: . .String
A String value that specifies the name of the computer.