Метод GetPropertyValue
Gets the value of the specified property.
Пространство имен: Microsoft.SqlServer.Management.Facets
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Function GetPropertyValue ( _
name As String _
) As Object
'Применение
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
Параметры
- name
Тип System. . :: . .String
A String value that specifies the name of the property.
Возвращаемое значение
Тип System. . :: . .Object
A Object object value that specifies the property value.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.