หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.