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
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)
public Object GetPropertyValue(
string name
)
public:
Object^ GetPropertyValue(
String^ name
)
member GetPropertyValue :
name:string -> Object
public function GetPropertyValue(
name : String
) : Object
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the property.
Valore restituito
Tipo: System. . :: . .Object
A Object 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.