ConnectionInfoBase 類別
ConnectionInfoBase 物件是在 SqlOlapConnectionInfoBase 類別的連接中使用的基底類別,並代表用來連接到 SQL Server 執行個體的資訊。
繼承階層
Object
Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public MustInherit Class ConnectionInfoBase
'用途
Dim instance As ConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public abstract class ConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ConnectionInfoBase abstract
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ConnectionInfoBase = class end
public abstract class ConnectionInfoBase
ConnectionInfoBase 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ConnectionInfoBase() | 初始化 ConnectionInfoBase 類別的新執行個體。 | |
ConnectionInfoBase(ConnectionInfoBase) | 根據指定的物件初始化 ConnectionInfoBase 類別的新執行個體。 | |
ConnectionInfoBase(ConnectionType) | 使用指定的連接類型初始化 ConnectionInfoBase 類別的新執行個體。 |
回到頁首
屬性
名稱 | 說明 | |
---|---|---|
ServerCaseSensitivity | 取得或設定連接伺服器是否會區分大小寫。 | |
ServerType | 取得或設定伺服器連接類型。 | |
ServerVersion | 取得或設定 SQL Server 執行個體的版本資訊。 |
回到頁首
方法
名稱 | 說明 | |
---|---|---|
ConnectionParmsChanged | 當在衍生類別中覆寫,可讓您指定連接參數變更時的自訂動作。 | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | 傳回以字串值表示的物件。 (覆寫 ObjectToString。) |
回到頁首
備註
當您從 ConnectionInfoBase時繼承,必須覆寫 ConnectionParmsChanged 成員。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。