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.UInt32MetadataObjectId de l'objet Identifier .
name
Type : System.StringNom de l'identificateur.
isCached
Type : System.Booleantrue si l'objet doit être mis en cache ; dans le cas contraire, false.
version
Type : System.Int32La version MetadataObject .
typeName
Type : System.StringNom de l'identificateur de type.
ordinalNumber
Type : System.ByteLe nombre ordinal.
entityId
Type : System.UInt32MetadataObjectId du type de contenu externe qui contient cet identificateur.
partitionId
Type : System.GuidL'identificateur de partition.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms