Compartir a través de


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

Definición

Inicializa una nueva colección de objetos de metadatos.

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)

Parámetros

itemType
ObjectType

El tipo de elemento incluido en la colección (por ejemplo, una colección de modelos, tablas o columnas).

parent
P

Nombre del objeto primario que contiene la colección.

Se aplica a