Compartilhar via


TypeConversion class

Representa o banco de dados usado para realizar a integridade verifica em procedimentos armazenados.

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    Microsoft.SharePoint.BusinessData.Infrastructure.InterpretedRule
      Microsoft.SharePoint.BusinessData.Infrastructure.TypeConversion

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class TypeConversion _
    Inherits InterpretedRule
'Uso
Dim instance As TypeConversion
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class TypeConversion : InterpretedRule

Segurança do thread

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

TypeConversion members

Microsoft.SharePoint.BusinessData.Infrastructure namespace