MetadataObjectCollection<T,P>(ObjectType, P) Konstruktor

Definition

Initialisiert eine neue Sammlung von Metadatenobjekten.

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)

Parameter

itemType
ObjectType

Der in der Sammlung enthaltene Elementtyp (z. B. eine Sammlung von Modellen, Tabellen oder Spalten).

parent
P

Name des übergeordneten Objekts, das die Sammlung enthält.

Gilt für: