EntityStruct - Constructeur (UInt32, String, Boolean, Int32, Guid, String, UInt32, CacheUsage, String, Version, Boolean, UInt32, UInt32)
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, _
objectVersion As Integer, _
partitionId As Guid, _
nameSpace As String, _
estimatedInstanceCount As UInteger, _
cacheUsage As CacheUsage, _
description As String, _
version As Version, _
active As Boolean, _
lobSystemId As UInteger, _
modelId As UInteger _
)
'Utilisation
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim objectVersion As Integer
Dim partitionId As Guid
Dim nameSpace As String
Dim estimatedInstanceCount As UInteger
Dim cacheUsage As CacheUsage
Dim description As String
Dim version As Version
Dim active As Boolean
Dim lobSystemId As UInteger
Dim modelId As UInteger
Dim instance As New EntityStruct(id, name, _
isCached, objectVersion, partitionId, _
nameSpace, estimatedInstanceCount, _
cacheUsage, description, version, _
active, lobSystemId, modelId)
public EntityStruct(
uint id,
string name,
bool isCached,
int objectVersion,
Guid partitionId,
string nameSpace,
uint estimatedInstanceCount,
CacheUsage cacheUsage,
string description,
Version version,
bool active,
uint lobSystemId,
uint modelId
)
Paramètres
id
Type : System.UInt32L'identificateur (ID) du type de contenu externe.
name
Type : System.StringNom du type de contenu externe.
isCached
Type : System.Booleantrue à mettre en cache l'instance de la classe ; dans le cas contraire, false.
objectVersion
Type : System.Int32La version de l'objet.
partitionId
Type : System.GuidL'ID de partition.
nameSpace
Type : System.StringL'espace de noms.
estimatedInstanceCount
Type : System.UInt32Le nombre d'instances estimée.
cacheUsage
Type : Microsoft.BusinessData.Runtime.CacheUsageL'utilisation du cache.
description
Type : System.StringLa description.
version
Type : System.VersionLa version.
active
Type : System.Booleantrue si l'instance est active ; dans le cas contraire, false.
lobSystemId
Type : System.UInt32L'ID du système externe.
modelId
Type : System.UInt32L'ID du mode.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms