Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- conn
Typ: Microsoft.SqlServer.Management.Common.OlapConnectionInfo
An OlapConnectionInfo object.