IDataBus 介面

定義

定義 DataBus 控制項中所有非通用集合的大小、列舉器及同步方法。

public interface class IDataBus : IDisposable, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcPropertyProvider, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcPropertySet, System::Collections::ICollection, System::ComponentModel::INotifyPropertyChanged
public interface IDataBus : IDisposable, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet, System.Collections.ICollection, System.ComponentModel.INotifyPropertyChanged
type IDataBus = interface
    interface ISfcPropertySet
    interface ISfcPropertyProvider
    interface ISfcNotifyPropertyMetadataChanged
    interface INotifyPropertyChanged
    interface ICollection
    interface IEnumerable
    interface IDisposable
Public Interface IDataBus
Implements ICollection, IDisposable, INotifyPropertyChanged, ISfcPropertyProvider, ISfcPropertySet
衍生
實作

屬性

名稱 Description
Item[String]

取得或設定資料庫控制的屬性值。

方法

名稱 Description
Add(ISfcProperty, ISfcPropertyProvider)

新增了房產登記和房產提供者。

Add(ISfcProperty)

為集合新增包含指定的元資料與值的屬性。

Add(ISfcPropertyProvider)

新增供應商的所有屬性。

Add(String, ISfcPropertyProvider)

新增一個指定名稱及屬性提供者的物業。

Add<T>(String, T, Boolean)

新增一個具有指定名稱與類型屬性的屬性,並判定該屬性是否為唯讀。

Add<T>(String, T)

新增一個具有指定名稱與型態的屬性。

Contains(ISfcProperty)

檢查包含指定元資料的屬性是否包含在屬性集中。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcPropertySet)
Contains(String)

檢查具有指定名稱的屬性是否包含在屬性集中。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcPropertySet)
Contains<T>(String)

檢查具有指定名稱和型態的屬性是否包含在屬性集合中。不要在程式碼中直接引用這個成員。 它支援 SQL Server 基礎設施。

(繼承來源 ISfcPropertySet)
EnumProperties()

回傳一個列舉子,可以遍歷屬性集中的屬性。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcPropertySet)
GetPropertySet()

取得該物件屬性集合的介面參考。

請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcPropertyProvider)
Remove(ISfcProperty)

透過元資料從集合中移除該屬性。

Remove(ISfcPropertyProvider)

移除所有屬性的指定提供者。

Remove(String, ISfcPropertyProvider)

將該屬性指定的提供者從 DataBus 控制項中移除。

Remove(String)

依名稱從集合中移除該屬性。

TryGetProperty(String, ISfcProperty)

嘗試取得屬性的元資料。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcPropertySet)
TryGetPropertyValue(String, Object)

試圖取得房產價值。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcPropertySet)
TryGetPropertyValue<T>(String, T)

試圖取得房產價值。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcPropertySet)

事件

名稱 Description
PropertyMetadataChanged

當某個物業的元資料發生變化時。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcNotifyPropertyMetadataChanged)

適用於