命名空间: Microsoft.SqlServer.Management.Smo.Wmi
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
语法
声明
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
)
参数
- machineName
- userName
- password
- providerArchitecture
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ManagedComputer Class
ManagedComputer Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace