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.

请参阅

参考

IAlienObject 接口

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间