Metodo IAlienObject.GetPropertyType

Gets the type of the specified property.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Function GetPropertyType ( _
    propertyName As String _
) As Type
'Utilizzo
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

Parametri

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

Valore restituito

Tipo: System.Type
The Type of the property.

Vedere anche

Riferimento

IAlienObject Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc