TranslationCollection.ItemsType Property

 

Applies To: SQL Server (starting with 2016)

Gets the Type of objects that can be contained by the TranslationCollection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

protected override Type ItemsType { get; }
protected:
property Type^ ItemsType {
    virtual Type^ get() override;
}
override ItemsType : Type with get
Protected Overrides ReadOnly Property ItemsType As Type

Property Value

Type: System.Type

The Type of objects that can be contained by the TranslationCollection.

See Also

TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top