Partager via


TypeDescriptorStruct - Constructeur (UInt32, String, Boolean, Int32, String, String, TypeDescriptorFlags, Boolean, Boolean, Boolean, UInt32, UInt32, UInt32, UInt32, UInt32, String, String, String, String, String, String, 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, _
    lobName As String, _
    flags As TypeDescriptorFlags, _
    containsIdentifier As Boolean, _
    containsFilterDescriptor As Boolean, _
    containsReadOnly As Boolean, _
    parameterId As UInteger, _
    parentTypeDescriptorId As UInteger, _
    filterDescriptorId As UInteger, _
    identifierId As UInteger, _
    associationId As UInteger, _
    associationReferenceName As String, _
    associationReferenceEntityName As String, _
    associationReferenceEntityNamespace As String, _
    identifierReferenceName As String, _
    identifierReferenceEntityName As String, _
    identifierReferenceEntityNamespace As String, _
    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 lobName As String
Dim flags As TypeDescriptorFlags
Dim containsIdentifier As Boolean
Dim containsFilterDescriptor As Boolean
Dim containsReadOnly As Boolean
Dim parameterId As UInteger
Dim parentTypeDescriptorId As UInteger
Dim filterDescriptorId As UInteger
Dim identifierId As UInteger
Dim associationId As UInteger
Dim associationReferenceName As String
Dim associationReferenceEntityName As String
Dim associationReferenceEntityNamespace As String
Dim identifierReferenceName As String
Dim identifierReferenceEntityName As String
Dim identifierReferenceEntityNamespace As String
Dim partitionId As Guid

Dim instance As New TypeDescriptorStruct(id, name, _
    isCached, version, typeName, lobName, _
    flags, containsIdentifier, containsFilterDescriptor, _
    containsReadOnly, parameterId, parentTypeDescriptorId, _
    filterDescriptorId, identifierId, _
    associationId, associationReferenceName, _
    associationReferenceEntityName, _
    associationReferenceEntityNamespace, _
    identifierReferenceName, identifierReferenceEntityName, _
    identifierReferenceEntityNamespace, _
    partitionId)
public TypeDescriptorStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    string typeName,
    string lobName,
    TypeDescriptorFlags flags,
    bool containsIdentifier,
    bool containsFilterDescriptor,
    bool containsReadOnly,
    uint parameterId,
    uint parentTypeDescriptorId,
    uint filterDescriptorId,
    uint identifierId,
    uint associationId,
    string associationReferenceName,
    string associationReferenceEntityName,
    string associationReferenceEntityNamespace,
    string identifierReferenceName,
    string identifierReferenceEntityName,
    string identifierReferenceEntityNamespace,
    Guid partitionId
)

Paramètres

  • isCached
    Type : System.Boolean

    true à mettre en cache la nouvelle instance de la classe ; dans le cas contraire, false.

  • containsIdentifier
    Type : System.Boolean

    true si l'objet contient un identificateur ; dans le cas contraire, false.

  • containsFilterDescriptor
    Type : System.Boolean

    true si l'objet contient un FilterDescriptor; dans le cas contraire, false.

  • containsReadOnly
    Type : System.Boolean

    true si l'objet contient des données en lecture seule ; dans le cas contraire, false.

  • parentTypeDescriptorId
    Type : System.UInt32

    Le code précédent TypeDescriptor .

  • filterDescriptorId
    Type : System.UInt32

    L'ID de FilterDescriptor .

  • associationReferenceName
    Type : System.String

    Le nom de référence d'association.

  • associationReferenceEntityName
    Type : System.String

    Le nom du type de contenu externe pour la référence de l'association.

  • associationReferenceEntityNamespace
    Type : System.String

    L'espace de noms du type de contenu externe pour la référence de l'association.

  • identifierReferenceName
    Type : System.String

    Nom de référence de l'identificateur.

  • identifierReferenceEntityName
    Type : System.String

    Nom de l'identificateur référence type de contenu externe.

  • identifierReferenceEntityNamespace
    Type : System.String

    L'espace de noms d'identificateur référence type de contenu externe.

Voir aussi

Référence

TypeDescriptorStruct classe

TypeDescriptorStruct - Membres

TypeDescriptorStruct - Surcharge

Microsoft.SharePoint.BusinessData.SharedService - Espace de noms