Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the data item, CaptionColumn, that is associated with the AttributeTranslation object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property CaptionColumn As DataItem
Get
Set
'Usage
Dim instance As AttributeTranslation
Dim value As DataItem
value = instance.CaptionColumn
instance.CaptionColumn = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItem CaptionColumn { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItem^ CaptionColumn {
DataItem^ get ();
void set (DataItem^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
member CaptionColumn : DataItem with get, set
function get CaptionColumn () : DataItem
function set CaptionColumn (value : DataItem)
Property Value
Type: Microsoft.AnalysisServices.DataItem
The DataItem itself.