ManagedComputer Constructor (String, String, String, ProviderArchitecture)
Espace de noms: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- machineName
- userName
- password
- providerArchitecture
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ManagedComputer Class
ManagedComputer Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace