Share via


IAlienObject.GetPropertyValue メソッド

指定したプロパティの値を取得します。

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

構文

'宣言
Function GetPropertyValue ( _
    propertyName As String, _
    propertyType As Type _
) As Object
'使用
Dim instance As IAlienObject 
Dim propertyName As String 
Dim propertyType As Type 
Dim returnValue As Object 

returnValue = instance.GetPropertyValue(propertyName, _
    propertyType)
Object GetPropertyValue(
    string propertyName,
    Type propertyType
)
Object^ GetPropertyValue(
    String^ propertyName, 
    Type^ propertyType
)
abstract GetPropertyValue : 
        propertyName:string * 
        propertyType:Type -> Object
function GetPropertyValue(
    propertyName : String, 
    propertyType : Type
) : Object

パラメーター

  • propertyName
    型: System.String
    プロパティの名前です。
  • propertyType
    型: System.Type
    プロパティの種類。

戻り値

型: System.Object
プロパティ値を表すオブジェクトです。

関連項目

参照

IAlienObject インターフェイス

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