DimensionAttribute.Type Property
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<DefaultValueAttribute(AttributeType.Regular)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TypeConverterForAttributeType, Microsoft.AnalysisServices.Design")> _
Public Property Type As AttributeType
[DefaultValueAttribute(AttributeType.Regular)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TypeConverterForAttributeType, Microsoft.AnalysisServices.Design")]
public AttributeType Type { get; set; }
[DefaultValueAttribute(AttributeType::Regular)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.TypeConverterForAttributeType, Microsoft.AnalysisServices.Design")]
public:
property AttributeType Type {
AttributeType get ();
void set (AttributeType value);
}
/** @property */
public AttributeType get_Type ()
/** @property */
public void set_Type (AttributeType value)
public function get Type () : AttributeType
public function set Type (value : AttributeType)
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace