Source 屬性
Gets or sets the source for a relational cube.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As DataSourceViewBinding
Get
Set
'用途
Dim instance As Cube
Dim value As DataSourceViewBinding
value = instance.Source
instance.Source = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public DataSourceViewBinding Source { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataSourceViewBinding^ Source {
DataSourceViewBinding^ get ();
void set (DataSourceViewBinding^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")>]
member Source : DataSourceViewBinding with get, set
function get Source () : DataSourceViewBinding
function set Source (value : DataSourceViewBinding)