Compartilhar via


Método GetPropertyType

Gets the type of the specified property.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: System. . :: . .Type
The Type of the property.