Propriété DataItem.Source
Gets or sets the source object for current DataItem.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As Binding
Get
Set
'Utilisation
Dim instance As DataItem
Dim value As Binding
value = instance.Source
instance.Source = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public Binding Source { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property Binding^ Source {
Binding^ get ();
void set (Binding^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
member Source : Binding with get, set
function get Source () : Binding
function set Source (value : Binding)
Valeur de propriété
Type : Microsoft.AnalysisServices.Binding
A Binding object that has the source for current DataItem.