Freigeben über


ManagedComputer Constructor (String, String, String, ProviderArchitecture)

Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub New ( _
    machineName As String, _
    userName As String, _
    password As String, _
    providerArchitecture As ProviderArchitecture _
)
public ManagedComputer (
    string machineName,
    string userName,
    string password,
    ProviderArchitecture providerArchitecture
)
public:
ManagedComputer (
    String^ machineName, 
    String^ userName, 
    String^ password, 
    ProviderArchitecture providerArchitecture
)
public ManagedComputer (
    String machineName, 
    String userName, 
    String password, 
    ProviderArchitecture providerArchitecture
)
public function ManagedComputer (
    machineName : String, 
    userName : String, 
    password : String, 
    providerArchitecture : ProviderArchitecture
)

Parameter

  • machineName
  • userName
  • password
  • providerArchitecture

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ManagedComputer Class
ManagedComputer Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace