次の方法で共有


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

パラメーター

戻り値

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