TranslationCollection.ItemsType 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Protected Overrides ReadOnly Property ItemsType As Type 
    Get
用法
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

属性值

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

请参阅

参考

TranslationCollection 类

Microsoft.AnalysisServices 命名空间