OlapConnectionProperties Konstruktor

Definisi

Menginisialisasi instans baru kelas OlapConnectionProperties.

Overload

OlapConnectionProperties()

Menginisialisasi instans OlapConnectionProperties baru kelas dengan nilai properti default.

OlapConnectionProperties(IServerType)

Menginisialisasi instans OlapConnectionProperties baru kelas dengan server induk yang ditentukan.

OlapConnectionProperties()

Menginisialisasi instans OlapConnectionProperties baru kelas dengan nilai properti default.

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

Berlaku untuk

OlapConnectionProperties(IServerType)

Menginisialisasi instans OlapConnectionProperties baru kelas dengan server induk yang ditentukan.

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

Parameter

parentServer
IServerType

Metode yang membuat instans kontrol ini.

Berlaku untuk