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.Administration.Client
Assembly :  Microsoft.SharePoint.BusinessData.Administration.Client (dans Microsoft.SharePoint.BusinessData.Administration.Client.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

  • isCached
    Type : System.Boolean

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

  • entityId
    Type : System.UInt32

    MetadataObjectId du Type de contenu externe contenant cette Identifier.

  • partitionId
    Type : System.Guid

    L'identificateur de partition.

Voir aussi

Référence

IdentifierStruct classe

IdentifierStruct - Membres

IdentifierStruct - Surcharge

Microsoft.SharePoint.BusinessData.Administration.Client - Espace de noms