Właściwość Level.SourceAttribute
Pobiera lub ustawia atrybut wymiar dla atrybutu źródło skojarzonych z Level obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property SourceAttribute As DimensionAttribute
Get
Set
'Użycie
Dim instance As Level
Dim value As DimensionAttribute
value = instance.SourceAttribute
instance.SourceAttribute = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")]
public DimensionAttribute SourceAttribute { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DimensionAttribute^ SourceAttribute {
DimensionAttribute^ get ();
void set (DimensionAttribute^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")>]
member SourceAttribute : DimensionAttribute with get, set
function get SourceAttribute () : DimensionAttribute
function set SourceAttribute (value : DimensionAttribute)
Wartość właściwości
Typ: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute obiektu.