Конструктор SqlOlapConnectionInfoBase (ConnectionType)
Initializes a new instance of the SqlOlapConnectionInfoBase class.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Protected Sub New ( _
serverType As ConnectionType _
)
'Применение
Dim serverType As ConnectionType
Dim instance As New SqlOlapConnectionInfoBase(serverType)
protected SqlOlapConnectionInfoBase(
ConnectionType serverType
)
protected:
SqlOlapConnectionInfoBase(
ConnectionType serverType
)
new :
serverType:ConnectionType -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
serverType : ConnectionType
)
Параметры
- serverType
Тип: Microsoft.SqlServer.Management.Common.ConnectionType
A ConnectionType object value that specifies the type of connection.
См. также
Справочник
SqlOlapConnectionInfoBase Класс