Udostępnij za pośrednictwem


Konstruktor ManagedComputer (String)

Inicjuje nowe wystąpienie ManagedComputer klasy z nazwę określonego komputera.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Wmi
Zestaw:  Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)

Składnia

'Deklaracja
Public Sub New ( _
    machineName As String _
)
'Użycie
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
)

Parametry