Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SqlOlapConnectionInfoBase class.
Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Protected Sub New ( _
    serverType As ConnectionType _
)
'Usage
Dim serverType As ConnectionType 
Dim instance As New SqlOlapConnectionInfoBase(serverType)
protected SqlOlapConnectionInfoBase(
    ConnectionType serverType
)
protected:
SqlOlapConnectionInfoBase(
    ConnectionType serverType
)
new : 
        serverType:ConnectionType -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
    serverType : ConnectionType
)
Parameters
- serverType
 Type: Microsoft.SqlServer.Management.Common.ConnectionType
 A ConnectionType object value that specifies the type of connection.
See Also
Reference
SqlOlapConnectionInfoBase Class