Condividi tramite


Metodo GetPropertyValue

Gets the value of the specified property.

Spazio dei nomi  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

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

Parametri

Valore restituito

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.