Model.ExtendedProperties Property

Definition

Gets the collection object of all extendedproperties in the current Model.

public Microsoft.AnalysisServices.Tabular.ModelExtendedPropertyCollection ExtendedProperties { get; }
member this.ExtendedProperties : Microsoft.AnalysisServices.Tabular.ModelExtendedPropertyCollection
Public ReadOnly Property ExtendedProperties As ModelExtendedPropertyCollection

Property Value

Remarks

This property is only supported when the compatibility level of the database is at 1400 or above.

Applies to