Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the source of the attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Source As Binding
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.Binding
The source of the attribute.