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