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 ( _
    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
- conn
 Type: Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
 A SqlOlapConnectionInfoBase object value on which to base the new object.
See Also
Reference
SqlOlapConnectionInfoBase Class