Partager via


DataClassStruct - Classe

Contient les méthodes et propriétés qui prennent en charge la classe de base de tous les types de contenu externe.

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.BusinessData.SharedService.MetadataObjectStruct
    Microsoft.SharePoint.BusinessData.SharedService.DataClassStruct
      Microsoft.SharePoint.BusinessData.SharedService.EntityStruct

Espace de noms :  Microsoft.SharePoint.BusinessData.SharedService
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<KnownTypeAttribute(GetType(EntityStruct))> _
<DataContractAttribute(Name := "DataClassStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class DataClassStruct _
    Inherits MetadataObjectStruct
'Utilisation
Dim instance As DataClassStruct
[KnownTypeAttribute(typeof(EntityStruct))]
[DataContractAttribute(Name = "DataClassStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class DataClassStruct : MetadataObjectStruct

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

DataClassStruct - Membres

Microsoft.SharePoint.BusinessData.SharedService - Espace de noms