ISfcPropertyProvider Interface

Definition

This interface needs to be provided by top level classes (or by a base class of a top level class). It provides an interface into the object's properties.

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
Derived
Implements

Methods

GetPropertySet()

Gets the interface reference to the set of properties of this object

Events

PropertyMetadataChanged (Inherited from ISfcNotifyPropertyMetadataChanged)

Applies to