Attribute プロパティ
現在のリレーションシップの作成対象である Attribute オブジェクトを取得します。値の設定も可能です。
名前空間: 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
Attribute オブジェクトです。