Propriété DimensionAttribute.Source
Gets or sets the source of the attribute.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property Source As Binding
Get
Set
'Utilisation
Dim instance As DimensionAttribute
Dim value As Binding
value = instance.Source
instance.Source = value
[BrowsableAttribute(false)]
public Binding Source { get; set; }
[BrowsableAttribute(false)]
public:
property Binding^ Source {
Binding^ get ();
void set (Binding^ value);
}
[<BrowsableAttribute(false)>]
member Source : Binding with get, set
function get Source () : Binding
function set Source (value : Binding)
Valeur de propriété
Type : Microsoft.AnalysisServices.Binding
The source of the attribute.