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 版本支持此命名空间、类或成员。