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 네임스페이스