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에서 상속됨) |
맨 위로 이동