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 继承。) |
页首