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