DimensionAttribute.UnaryOperatorColumn Property
単項演算子を含む列の詳細を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<BrowsableAttribute(True)> _
<XmlElementAttribute(IsNullable:=False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<MergablePropertyAttribute(False)> _
Public Property UnaryOperatorColumn As DataItem
[BrowsableAttribute(true)]
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[MergablePropertyAttribute(false)]
public DataItem UnaryOperatorColumn { get; set; }
[BrowsableAttribute(true)]
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute(L"Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[MergablePropertyAttribute(false)]
public:
property DataItem^ UnaryOperatorColumn {
DataItem^ get ();
void set (DataItem^ value);
}
/** @property */
public DataItem get_UnaryOperatorColumn ()
/** @property */
public void set_UnaryOperatorColumn (DataItem value)
public function get UnaryOperatorColumn () : DataItem
public function set UnaryOperatorColumn (value : DataItem)
プロパティ値
単項演算子を含む列の詳細を定義する DataItem です。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace