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