Udostępnij za pośrednictwem


Właściwość DimensionAttribute.Usage

Pobiera lub ustawia użycia atrybut.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design")> _
Public Property Usage As AttributeUsage
    Get
    Set
'Użycie
Dim instance As DimensionAttribute
Dim value As AttributeUsage

value = instance.Usage

instance.Usage = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design")]
public AttributeUsage Usage { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design")]
public:
property AttributeUsage Usage {
    AttributeUsage get ();
    void set (AttributeUsage value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design")>]
member Usage : AttributeUsage with get, set
function get Usage () : AttributeUsage
function set Usage (value : AttributeUsage)

Wartość właściwości

Typ: Microsoft.AnalysisServices.AttributeUsage
A AttributeUsage opisujący sposób użycia atrybut.

Uwagi

Wartość tej właściwość może być:

Wartość

Opis

Regularne

Atrybut jest regularne atrybutu.

Klucz

Atrybut jest atrybut klucz.

Parent

Atrybut jest atrybut nadrzędnej.