Share via


DimensionAttribute.ValueColumn 속성

Gets or sets the column that provides the value of DimensionAttribute.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(True)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property ValueColumn As DataItem 
    Get 
    Set
‘사용 방법
Dim instance As DimensionAttribute 
Dim value As DataItem 

value = instance.ValueColumn

instance.ValueColumn = value
[BrowsableAttribute(true)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItem ValueColumn { get; set; }
[BrowsableAttribute(true)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItem^ ValueColumn {
    DataItem^ get ();
    void set (DataItem^ value);
}
[<BrowsableAttribute(true)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
member ValueColumn : DataItem with get, set
function get ValueColumn () : DataItem 
function set ValueColumn (value : DataItem)

속성 값

유형: Microsoft.AnalysisServices.DataItem
A DataItem that identifies the column that provides the value of DimensionAttribute.

참고 항목

참조

DimensionAttribute 클래스

Microsoft.AnalysisServices 네임스페이스