Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the source for a relational cube.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As DataSourceViewBinding
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.DataSourceViewBinding
A DataSourceViewBinding object.