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 attribute to which binding is made for a Dimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DimensionSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As Binding
Get
Set
'Usage
Dim instance As Dimension
Dim value As Binding
value = instance.Source
instance.Source = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DimensionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public Binding Source { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DimensionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property Binding^ Source {
Binding^ get ();
void set (Binding^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DimensionSourceTypeConverter, Microsoft.AnalysisServices.Design")>]
member Source : Binding with get, set
function get Source () : Binding
function set Source (value : Binding)
Property Value
Type: Microsoft.AnalysisServices.Binding
The source binding.