SqlSmoObject.ISfcPropertyProvider.GetPropertySet 메서드
Gets the interface reference to the set of properties of this object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Private Function GetPropertySet As ISfcPropertySet
Implements ISfcPropertyProvider.GetPropertySet
‘사용 방법
Dim instance As SqlSmoObject
Dim returnValue As ISfcPropertySet
returnValue = CType(instance, ISfcPropertyProvider).GetPropertySet()
ISfcPropertySet ISfcPropertyProvider.GetPropertySet()
private:
virtual ISfcPropertySet^ GetPropertySet() sealed = ISfcPropertyProvider::GetPropertySet
private abstract GetPropertySet : unit -> ISfcPropertySet
private override GetPropertySet : unit -> ISfcPropertySet
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
반환 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
An ISfcPropertySet object that can be used to access the set of properties of this object.
구현
ISfcPropertyProvider.GetPropertySet()