Compartir a través de


(String) del método View.GetType

Obtiene el tipo del campo especificado.

Espacio de nombres:  Microsoft.SharePoint.BusinessData.MetadataModel
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Function GetType ( _
    fieldDotNotation As String _
) As Type
'Uso
Dim instance As View
Dim fieldDotNotation As String
Dim returnValue As Type

returnValue = instance.GetType(fieldDotNotation)
public Type GetType(
    string fieldDotNotation
)

Parámetros

  • fieldDotNotation
    Tipo: System.String

    El nombre del campo en notación de puntos.

Valor devuelto

Tipo: System.Type
El tipo del campo especificado.

Implementaciones

IView.GetType(String)

Comentarios

Para obtener más información acerca de cómo utilizar la notación de puntos, consulte Using Dot Notation in the Business Data Connectivity (BDC) Service.

Vea también

Referencia

clase View

Miembros View

Sobrecarga GetType

Espacio de nombres Microsoft.SharePoint.BusinessData.MetadataModel