共用方式為


FacetEvaluationContext.GetPropertyValue 方法

Gets the value of the specified property.

命名空間:  Microsoft.SqlServer.Management.Facets
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<PermissionSetAttribute(SecurityAction.Assert, Unrestricted := True)> _
Public Function GetPropertyValue ( _
    name As String _
) As Object
'用途
Dim instance As FacetEvaluationContext 
Dim name As String 
Dim returnValue As Object 

returnValue = instance.GetPropertyValue(name)
[PermissionSetAttribute(SecurityAction.Assert, Unrestricted = true)]
public Object GetPropertyValue(
    string name
)
[PermissionSetAttribute(SecurityAction::Assert, Unrestricted = true)]
public:
Object^ GetPropertyValue(
    String^ name
)
[<PermissionSetAttribute(SecurityAction.Assert, Unrestricted = true)>]
member GetPropertyValue : 
        name:string -> Object
public function GetPropertyValue(
    name : String
) : Object

參數

傳回值

型別:System.Object
An Object value that specifies the property value.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

FacetEvaluationContext 類別

Microsoft.SqlServer.Management.Facets 命名空間