SqlOlapConnectionInfoBase Constructor (SqlOlapConnectionInfoBase)

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 ( _
    conn As SqlOlapConnectionInfoBase _
)
'Usage
Dim conn As SqlOlapConnectionInfoBase 

Dim instance As New SqlOlapConnectionInfoBase(conn)
protected SqlOlapConnectionInfoBase(
    SqlOlapConnectionInfoBase conn
)
protected:
SqlOlapConnectionInfoBase(
    SqlOlapConnectionInfoBase^ conn
)
new : 
        conn:SqlOlapConnectionInfoBase -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
    conn : SqlOlapConnectionInfoBase
)

Parameters

See Also

Reference

SqlOlapConnectionInfoBase Class

SqlOlapConnectionInfoBase Overload

Microsoft.SqlServer.Management.Common Namespace