FilterDescriptorStruct - Constructeur (UInt32, String, Boolean, Int32, String, FilterType, 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, _
filterField As String, _
filterType As FilterType, _
methodId As UInteger, _
partitionId As Guid _
)
'Utilisation
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim filterField As String
Dim filterType As FilterType
Dim methodId As UInteger
Dim partitionId As Guid
Dim instance As New FilterDescriptorStruct(id, name, _
isCached, version, filterField, filterType, _
methodId, partitionId)
public FilterDescriptorStruct(
uint id,
string name,
bool isCached,
int version,
string filterField,
FilterType filterType,
uint methodId,
Guid partitionId
)
Paramètres
id
Type : System.UInt32FilterDescriptor identificateur (ID).
name
Type : System.StringLe nom FilterDescriptor .
isCached
Type : System.Booleantrue doit être mis en cache ; dans le cas contraire, false.
- version
Type : System.Int32
filterField
Type : System.StringLe champ de filtre.
filterType
Type : Microsoft.BusinessData.MetadataModel.FilterTypeLe type de filtre.
methodId
Type : System.UInt32L'ID de la méthode.
partitionId
Type : System.GuidL'ID de partition.
Voir aussi
Référence
FilterDescriptorStruct - Membres
FilterDescriptorStruct - Surcharge
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms