Propriedade do RDL TranslationCollection.ItemsType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the Type of objects that can be contained by the TranslationCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Protected Overrides ReadOnly Property ItemsType As Type
Get
'Uso
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
Valor da propriedade
Tipo: System.Type
The Type of objects that can be contained by the TranslationCollection.