TranslationCollection.ItemsType Property

This API supports the SQL Server 2012 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

'Declaration
Protected Overrides ReadOnly Property ItemsType As Type 
    Get
'Usage
Dim value As Type 

value = Me.ItemsType
protected override Type ItemsType { get; }
protected:
virtual property Type^ ItemsType {
    Type^ get () override;
}
abstract ItemsType : Type 
override ItemsType : Type
override function get ItemsType () : Type

Property Value

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

See Also

Reference

TranslationCollection Class

Microsoft.AnalysisServices Namespace