Метод IAlienObject.GetPropertyValue
Gets the value of the specified property.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function GetPropertyValue ( _
propertyName As String, _
propertyType As Type _
) As Object
'Применение
Dim instance As IAlienObject
Dim propertyName As String
Dim propertyType As Type
Dim returnValue As Object
returnValue = instance.GetPropertyValue(propertyName, _
propertyType)
Object GetPropertyValue(
string propertyName,
Type propertyType
)
Object^ GetPropertyValue(
String^ propertyName,
Type^ propertyType
)
abstract GetPropertyValue :
propertyName:string *
propertyType:Type -> Object
function GetPropertyValue(
propertyName : String,
propertyType : Type
) : Object
Параметры
- propertyName
Тип: System.String
The name of the property.
- propertyType
Тип: System.Type
The type of the property.
Возвращаемое значение
Тип: System.Object
An object that represents the property value.