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 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.