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 네임스페이스