Proprietà TranslationCollection.ItemsType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the Type of objects that can be contained by the TranslationCollection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Overrides ReadOnly Property ItemsType As Type
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Type
The Type of objects that can be contained by the TranslationCollection.