नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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
)
Parameters
- machineName
- userName
- password
- providerArchitecture
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ManagedComputer Class
ManagedComputer Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace