DataSourceElement 類別
表示在組態檔中做為 XML 標記的資料來源項目。
繼承階層架構
Object
ConfigurationElement
Microsoft.VisualStudio.TestTools.UnitTesting.DataSourceElement
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
語法
'宣告
Public NotInheritable Class DataSourceElement _
Inherits ConfigurationElement
public sealed class DataSourceElement : ConfigurationElement
public ref class DataSourceElement sealed : public ConfigurationElement
[<Sealed>]
type DataSourceElement =
class
inherit ConfigurationElement
end
public final class DataSourceElement extends ConfigurationElement
DataSourceElement 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
DataSourceElement | 初始化 DataSourceElement 類別的新執行個體。 |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
ConnectionString | 取得或設定 app.config 檔之 <connectionStrings> 區段中的連接字串設定項目。 | |
DataAccessMethod | 取得或設定app.config檔案中的資料來源存取方法項目。 | |
DataTableName | 取得或設定 app.config檔案中的資料表名稱設定項目。 | |
ElementInformation | 取得 ElementInformation 物件,其中包含 ConfigurationElement 物件之不可自訂的資訊和功能。 (繼承自 ConfigurationElement)。 | |
ElementProperty | 取得表示 ConfigurationElement 物件本身的 ConfigurationElementProperty 物件。 (繼承自 ConfigurationElement)。 | |
Item(ConfigurationProperty) | 取得或設定此組態項目的屬性 (Property) 或屬性 (Attribute)。 (繼承自 ConfigurationElement)。 | |
Item(String) | 取得或設定此一組態項目的屬性或子項目。 (繼承自 ConfigurationElement)。 | |
LockAllAttributesExcept | 取得已鎖定屬性的集合。 (繼承自 ConfigurationElement)。 | |
LockAllElementsExcept | 取得已鎖定項目的集合。 (繼承自 ConfigurationElement)。 | |
LockAttributes | 取得已鎖定屬性的集合。 (繼承自 ConfigurationElement)。 | |
LockElements | 取得已鎖定項目的集合。 (繼承自 ConfigurationElement)。 | |
LockItem | 取得或設定值,指出此項目是否已被鎖定。 (繼承自 ConfigurationElement)。 | |
Name | 取得或設定app.config檔案中的資料來源名稱設定項目。 | |
Properties | 取得屬性的集合。 (繼承自 ConfigurationElement)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
DeserializeElement | 從組態檔讀取 XML。 (繼承自 ConfigurationElement)。 | |
Equals | 將目前的 ConfigurationElement 執行個體與指定的物件相比較。 (繼承自 ConfigurationElement)。 | |
GetHashCode | 取得表示目前 ConfigurationElement 執行個體的唯一值。 (繼承自 ConfigurationElement)。 | |
GetType | 取得目前實例 Type 的屬性。 (繼承自 Object)。 | |
Init | 將 ConfigurationElement 物件設定為它的初始狀態。 (繼承自 ConfigurationElement)。 | |
InitializeDefault | 用來初始化 ConfigurationElement 物件的預設值集。 (繼承自 ConfigurationElement)。 | |
IsModified | 在衍生類別中進行實作時,指出這個組態項目自上次儲存或載入後是否已修改。 (繼承自 ConfigurationElement)。 | |
IsReadOnly | 取得值,這個值表示 ConfigurationElement 物件是否唯讀。 (繼承自 ConfigurationElement)。 | |
Reset | 重設 ConfigurationElement 物件的內部狀態,包括鎖定和屬性的集合。 (繼承自 ConfigurationElement)。 | |
ResetModified | 在衍生類別中進行實作時,將 IsModified 方法的值重設為 false。 (繼承自 ConfigurationElement)。 | |
SerializeElement | 在衍生類別中實作時,將此組態項目的內容寫入組態檔中。 (繼承自 ConfigurationElement)。 | |
SerializeToXmlElement | 在衍生類別中實作時,將此組態項目的外部標記寫入組態檔中。 (繼承自 ConfigurationElement)。 | |
SetReadOnly | 設定 ConfigurationElement 物件和所有子項目的 IsReadOnly 屬性。 (繼承自 ConfigurationElement)。 | |
ToString | 傳回代表目前物件的字串。 (繼承自 Object)。 | |
Unmerge | 修改 ConfigurationElement 物件,以移除不應該儲存的所有值。 (繼承自 ConfigurationElement)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
參考
Microsoft.VisualStudio.TestTools.UnitTesting 命名空間