Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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