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。) |
上層