TranslationCollection.ItemsType Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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