SqlConnectionProperties 建構函式

定義

初始化 SqlConnectionProperties 類別的新執行個體。

多載

名稱 Description
SqlConnectionProperties()

初始化一個新的類別實例 SqlConnectionProperties ,使用預設屬性值。

SqlConnectionProperties(IServerType)

初始化一個新的類別實例 SqlConnectionProperties ,並使用指定的父伺服器參數。

SqlConnectionProperties()

初始化一個新的類別實例 SqlConnectionProperties ,使用預設屬性值。

public:
 SqlConnectionProperties();
public SqlConnectionProperties();
Public Sub New ()

適用於

SqlConnectionProperties(IServerType)

初始化一個新的類別實例 SqlConnectionProperties ,並使用指定的父伺服器參數。

public:
 SqlConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public SqlConnectionProperties(Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties
Public Sub New (parentServer As IServerType)

參數

parentServer
IServerType

伺服器用來建立控制項實例。

適用於