Compartir a través de


GetPropertyValue Método

Gets the value of the specified property.

Espacio de nombres:  Microsoft.SqlServer.Management.Facets
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Function GetPropertyValue ( _
    name As String _
) As Object
'Uso
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

Parámetros

Valor devuelto

Tipo: System. . :: . .Object
A Object object value that specifies the property value.

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.