OlapConnectionProperties Konstruktoren

Definition

Initialisiert eine neue Instanz der OlapConnectionProperties-Klasse.

Überlädt

OlapConnectionProperties()

Initialisiert eine neue Instanz der OlapConnectionProperties-Klasse mit den Standardeigenschaftswerten.

OlapConnectionProperties(IServerType)

Initialisiert eine neue Instanz der OlapConnectionProperties-Klasse mit dem angegebenen übergeordneten Server.

OlapConnectionProperties()

Initialisiert eine neue Instanz der OlapConnectionProperties-Klasse mit den Standardeigenschaftswerten.

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

Gilt für:

OlapConnectionProperties(IServerType)

Initialisiert eine neue Instanz der OlapConnectionProperties-Klasse mit dem angegebenen übergeordneten Server.

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

Eine Methode, die eine Instanz dieses Steuerelements erstellt.

Gilt für: