Partager via


IdentifierStruct - Constructeur (UInt32, String, Boolean, Int32, String, Byte, UInt32, Guid)

Initialise une nouvelle instance de la classe.

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

Syntaxe

'Déclaration
Public Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    typeName As String, _
    ordinalNumber As Byte, _
    entityId As UInteger, _
    partitionId As Guid _
)
'Utilisation
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim typeName As String
Dim ordinalNumber As Byte
Dim entityId As UInteger
Dim partitionId As Guid

Dim instance As New IdentifierStruct(id, name, _
    isCached, version, typeName, ordinalNumber, _
    entityId, partitionId)
public IdentifierStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    string typeName,
    byte ordinalNumber,
    uint entityId,
    Guid partitionId
)

Paramètres

  • id
    Type : System.UInt32

    MetadataObjectId de l'objet Identifier .

  • isCached
    Type : System.Boolean

    true si l'objet doit être mis en cache ; dans le cas contraire, false.

  • typeName
    Type : System.String

    Nom de l'identificateur de type.

  • entityId
    Type : System.UInt32

    MetadataObjectId du type de contenu externe qui contient cet identificateur.

  • partitionId
    Type : System.Guid

    L'identificateur de partition.

Voir aussi

Référence

IdentifierStruct classe

IdentifierStruct - Membres

IdentifierStruct - Surcharge

Microsoft.SharePoint.BusinessData.SharedService - Espace de noms