Compartir a través de


IAlienObject.GetPropertyType Método

Gets the type of the specified property.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Function GetPropertyType ( _
    propertyName As String _
) As Type
'Uso
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

Parámetros

  • propertyName
    Tipo: System.String
    The name of the property to get the type of.

Valor devuelto

Tipo: System.Type
The Type of the property.

Vea también

Referencia

IAlienObject Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc