Freigeben über


DataClassStruct-Klasse

Vererbungshierarchie

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

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

Syntax

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

DataClassStruct-Member

Microsoft.SharePoint.BusinessData.SharedService-Namespace