共用方式為


AttributeRelationship.Attribute 屬性

Gets or sets the Attribute object to which the current relationship is being created.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MemberPropertyAttributeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Attribute As DimensionAttribute 
    Get 
    Set
'用途
Dim instance As AttributeRelationship 
Dim value As DimensionAttribute 

value = instance.Attribute

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

屬性值

型別:Microsoft.AnalysisServices.DimensionAttribute
An Attribute object.

請參閱

參考

AttributeRelationship 類別

Microsoft.AnalysisServices 命名空間