次の方法で共有


SimpleNodeAdapter.GetProperty メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Overridable Function GetProperty ( _
    reference As Object, _
    propertyName As String _
) As Object
'使用
Dim instance As SimpleNodeAdapter 
Dim reference As Object 
Dim propertyName As String 
Dim returnValue As Object 

returnValue = instance.GetProperty(reference, _
    propertyName)
public virtual Object GetProperty(
    Object reference,
    string propertyName
)
public:
virtual Object^ GetProperty(
    Object^ reference, 
    String^ propertyName
)
abstract GetProperty : 
        reference:Object * 
        propertyName:string -> Object  
override GetProperty : 
        reference:Object * 
        propertyName:string -> Object
public function GetProperty(
    reference : Object, 
    propertyName : String
) : Object

パラメーター

  • reference
    型: System.Object
    プロバイダーの参照です。

戻り値

型: System.Object
指定したオブジェクトの名前付きのプロパティです。

関連項目

参照

SimpleNodeAdapter クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間