ISfcPropertyProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此介面需由頂層類別(或頂層類別的基底類別)提供。 它提供物件屬性的介面。
public interface ISfcPropertyProvider : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcNotifyPropertyMetadataChanged, System.ComponentModel.INotifyPropertyChanged
type ISfcPropertyProvider = interface
interface ISfcNotifyPropertyMetadataChanged
interface INotifyPropertyChanged
Public Interface ISfcPropertyProvider
Implements INotifyPropertyChanged, ISfcNotifyPropertyMetadataChanged
- 衍生
- 實作
方法
| 名稱 | Description |
|---|---|
| GetPropertySet() |
取得介面參考至該物件屬性集合 |
事件
| 名稱 | Description |
|---|---|
| PropertyMetadataChanged |
此介面需由頂層類別(或頂層類別的基底類別)提供。 它提供物件屬性的介面。 (繼承來源 ISfcNotifyPropertyMetadataChanged) |