Compartir a través de


FacetEvaluationContext.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
<PermissionSetAttribute(SecurityAction.Assert, Unrestricted := True)> _
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)
[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

Parámetros

Valor devuelto

Tipo: System.Object
An Object value that specifies the property value.

Comentarios

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

Vea también

Referencia

FacetEvaluationContext Clase

Espacio de nombres Microsoft.SqlServer.Management.Facets