Measure.Source 屬性
Gets or sets the data item source for the current measure.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As DataItem
Get
Set
'用途
Dim instance As Measure
Dim value As DataItem
value = instance.Source
instance.Source = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItem Source { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItem^ Source {
DataItem^ get ();
void set (DataItem^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
member Source : DataItem with get, set
function get Source () : DataItem
function set Source (value : DataItem)
屬性值
型別:Microsoft.AnalysisServices.DataItem
A DataItem value with the data source for the current measure.
備註
The details of the source containing the value of the measure