SqlOlapConnectionInfoBase Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlOlapConnectionInfoBase()
protected SqlOlapConnectionInfoBase ();
Protected Sub New ()
Applies to
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)
Parameters
- serverType
- ConnectionType
Applies to
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)
Parameters
Applies to
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)
Parameters
- serverName
- String
- serverType
- ConnectionType
Applies to
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)
Parameters
- serverName
- String
- userName
- String
- password
- String
- serverType
- ConnectionType