GetPropertyValue メソッド
指定したプロパティの値を取得します。
名前空間: Microsoft.SqlServer.Management.Facets
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Function GetPropertyValue ( _
name As String _
) As Object
'使用
Dim instance As FacetEvaluationContext
Dim name As String
Dim returnValue As Object
returnValue = instance.GetPropertyValue(name)
public Object GetPropertyValue(
string name
)
public:
Object^ GetPropertyValue(
String^ name
)
member GetPropertyValue :
name:string -> Object
public function GetPropertyValue(
name : String
) : Object
パラメーター
- name
型: System. . :: . .String
プロパティの名前を示す String 値です。
戻り値
型: System. . :: . .Object
プロパティの値を示す Object オブジェクト値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。