AttributeID 속성
Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property AttributeID As String
Get
Set
‘사용 방법
Dim instance As AggregationAttribute
Dim value As String
value = instance.AttributeID
instance.AttributeID = value
public string AttributeID { get; set; }
public:
property String^ AttributeID {
String^ get ();
void set (String^ value);
}
member AttributeID : string with get, set
function get AttributeID () : String
function set AttributeID (value : String)
속성 값
유형: System. . :: . .String
The AttributeID of a DimensionAttribute that is associated with a Aggregation.