Compartir a través de


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

Valor devuelto

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