Méthode IAlienObject.GetPropertyType

Gets the type of the specified property.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Function GetPropertyType ( _
    propertyName As String _
) As Type
'Utilisation
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

Paramètres

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

Valeur de retour

Type : System.Type
The Type of the property.

Voir aussi

Référence

IAlienObject Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc