共用方式為


ServerAlias 建構函式 (ManagedComputer, String)

Initializes a new instance of the ServerAlias class on the specified WMI installation and with the specified name.

命名空間:  Microsoft.SqlServer.Management.Smo.Wmi
組件:  Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)

語法

'宣告
Public Sub New ( _
    managedComputer As ManagedComputer, _
    name As String _
)
'用途
Dim managedComputer As ManagedComputer 
Dim name As String 

Dim instance As New ServerAlias(managedComputer, _
    name)
public ServerAlias(
    ManagedComputer managedComputer,
    string name
)
public:
ServerAlias(
    ManagedComputer^ managedComputer, 
    String^ name
)
new : 
        managedComputer:ManagedComputer * 
        name:string -> ServerAlias
public function ServerAlias(
    managedComputer : ManagedComputer, 
    name : String
)

參數

  • name
    型別:System.String
    A String value that specifies the name of the server connection alias.

範例

使用 WMI 提供者管理服務和網路設定

請參閱

參考

ServerAlias 類別

ServerAlias 多載

Microsoft.SqlServer.Management.Smo.Wmi 命名空間

其他資源

WMI and SQL Server

連接到 SQL Server Database Engine