Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.