Поделиться через


Интерфейс ISfcPropertyProvider

Provides method that can be used to access the properties of the object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Interface ISfcPropertyProvider _
    Inherits ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
'Применение
Dim instance As ISfcPropertyProvider
public interface ISfcPropertyProvider : ISfcNotifyPropertyMetadataChanged, 
    INotifyPropertyChanged
public interface class ISfcPropertyProvider : ISfcNotifyPropertyMetadataChanged, 
    INotifyPropertyChanged
type ISfcPropertyProvider =  
    interface 
        interface ISfcNotifyPropertyMetadataChanged 
        interface INotifyPropertyChanged 
    end
public interface ISfcPropertyProvider extends ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged

Тип ISfcPropertyProvider обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод GetPropertySet Gets the interface reference to the set of properties of this object.

В начало

События

  Имя Описание
Открытое событие PropertyChanged (Производный от INotifyPropertyChanged.)
Открытое событие PropertyMetadataChanged Occurs when the metadata for a property has changed. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от ISfcNotifyPropertyMetadataChanged.)

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc