次の方法で共有


SqlSmoObject.ISfcPropertyProvider.GetPropertySet メソッド

このオブジェクトのプロパティ セットへのインターフェイス リファレンスを取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  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
このオブジェクトのプロパティ セットへのアクセスに使用できる ISfcPropertySet オブジェクトです。

実装

ISfcPropertyProvider.GetPropertySet()

関連項目

参照

SqlSmoObject クラス

Microsoft.SqlServer.Management.Smo 名前空間