SqlOlapConnectionInfoBase Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
SqlOlapConnectionInfoBase()
protected SqlOlapConnectionInfoBase();
Protected Sub New ()
Berlaku untuk
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)
Parameter
- serverType
- ConnectionType
Berlaku untuk
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)
Parameter
Berlaku untuk
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)
Parameter
- serverName
- String
- serverType
- ConnectionType
Berlaku untuk
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)
Parameter
- serverName
- String
- userName
- String
- password
- String
- serverType
- ConnectionType