SqlOlapConnectionInfoBase 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SqlOlapConnectionInfoBase()
protected SqlOlapConnectionInfoBase();
Protected Sub New ()
适用于
SqlOlapConnectionInfoBase(ConnectionType)
protected SqlOlapConnectionInfoBase(Microsoft.SqlServer.Management.Common.ConnectionType serverType);
new Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase : Microsoft.SqlServer.Management.Common.ConnectionType -> Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Protected Sub New (serverType As ConnectionType)
参数
- serverType
- ConnectionType
适用于
SqlOlapConnectionInfoBase(SqlOlapConnectionInfoBase)
protected SqlOlapConnectionInfoBase(Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase conn);
new Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase : Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase -> Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Protected Sub New (conn As SqlOlapConnectionInfoBase)
参数
适用于
SqlOlapConnectionInfoBase(String, ConnectionType)
protected SqlOlapConnectionInfoBase(string serverName, Microsoft.SqlServer.Management.Common.ConnectionType serverType);
new Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase : string * Microsoft.SqlServer.Management.Common.ConnectionType -> Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Protected Sub New (serverName As String, serverType As ConnectionType)
参数
- serverName
- String
- serverType
- ConnectionType
适用于
SqlOlapConnectionInfoBase(String, String, String, ConnectionType)
public SqlOlapConnectionInfoBase(string serverName, string userName, string password, Microsoft.SqlServer.Management.Common.ConnectionType serverType);
new Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase : string * string * string * Microsoft.SqlServer.Management.Common.ConnectionType -> Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Public Sub New (serverName As String, userName As String, password As String, serverType As ConnectionType)
参数
- serverName
- String
- userName
- String
- password
- String
- serverType
- ConnectionType