MetadataObjectCollection<T,P>(ObjectType, P) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle collection d’objets de métadonnées.
public MetadataObjectCollection(Microsoft.AnalysisServices.Tabular.ObjectType itemType, P parent);
new Microsoft.AnalysisServices.Tabular.MetadataObjectCollection<'T, 'P (requires 'T :> Microsoft.AnalysisServices.Tabular.MetadataObject and 'P :> Microsoft.AnalysisServices.Tabular.MetadataObject)> : Microsoft.AnalysisServices.Tabular.ObjectType * 'P -> Microsoft.AnalysisServices.Tabular.MetadataObjectCollection<'T, 'P (requires 'T :> Microsoft.AnalysisServices.Tabular.MetadataObject and 'P :> Microsoft.AnalysisServices.Tabular.MetadataObject)>
Public Sub New (itemType As ObjectType, parent As P)
Paramètres
- itemType
- ObjectType
Type d’élément contenu dans la collection (par exemple une collection de modèles, de tables ou de colonnes).
- parent
- P
Nom de l’objet parent contenant la collection.