Share via


OlapConnectionProperties Constructor (IServerType)

Initializes a new instance of the OlapConnectionProperties class with the specified parent server.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public Sub New ( _
    parentServer As IServerType _
)
'Usage
Dim parentServer As IServerType

Dim instance As New OlapConnectionProperties(parentServer)
public OlapConnectionProperties(
    IServerType parentServer
)
public:
OlapConnectionProperties(
    IServerType^ parentServer
)
new : 
        parentServer:IServerType -> OlapConnectionProperties
public function OlapConnectionProperties(
    parentServer : IServerType
)

Parameters