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
id
Type : System.UInt32MetadataObjectId de la Identifier.
name
Type : System.StringLe nom de la Identifier.
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.StringLe nom de la type Identifier.
ordinalNumber
Type : System.ByteNuméro ordinal.
entityId
Type : System.UInt32MetadataObjectId du Type de contenu externe contenant cette Identifier.
partitionId
Type : System.GuidL'identificateur de partition.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.Administration.Client - Espace de noms