TranslationCollection.ItemsType プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
TranslationCollection に含まれる可能性のあるオブジェクトの Type を取得します。
名前空間: 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
TranslationCollection に含まれる可能性のあるオブジェクトの Type を取得します。