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.
This constructor supports the SMO infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Sub New ( _
conn As OlapConnectionInfo _
)
'Usage
Dim conn As OlapConnectionInfo
Dim instance As New OlapConnectionInfo(conn)
public OlapConnectionInfo(
OlapConnectionInfo conn
)
public:
OlapConnectionInfo(
OlapConnectionInfo^ conn
)
new :
conn:OlapConnectionInfo -> OlapConnectionInfo
public function OlapConnectionInfo(
conn : OlapConnectionInfo
)
Parameters
- conn
Type: Microsoft.SqlServer.Management.Common.OlapConnectionInfo
An OlapConnectionInfo object.