다음을 통해 공유


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 버전에서만 지원됩니다.