言語

ISfcPropertyProvider インターフェイス

定義

このインターフェイスは、最上位クラス (または最上位クラスの基底クラス) によって提供される必要があります。 オブジェクトのプロパティへのインターフェイスを提供します。

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
派生
実装

メソッド

名前 説明
GetPropertySet()

このオブジェクトのプロパティ セットへのインターフェイス参照を取得します。

イベント

名前 説明
PropertyMetadataChanged

このインターフェイスは、最上位クラス (または最上位クラスの基底クラス) によって提供される必要があります。 オブジェクトのプロパティへのインターフェイスを提供します。

(継承元 ISfcNotifyPropertyMetadataChanged)

適用対象