Méthode GetPropertyValue

Gets the value of the specified property.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<PermissionSetAttribute(SecurityAction.Assert, Unrestricted := True)> _
Public Function GetPropertyValue ( _
    name As String _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.