AggregationPrefix 속성
Gets or sets the prefix used on tables used for aggregation.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property AggregationPrefix As String
Get
Set
‘사용 방법
Dim instance As Partition
Dim value As String
value = instance.AggregationPrefix
instance.AggregationPrefix = value
public string AggregationPrefix { get; set; }
public:
property String^ AggregationPrefix {
String^ get ();
void set (String^ value);
}
member AggregationPrefix : string with get, set
function get AggregationPrefix () : String
function set AggregationPrefix (value : String)
속성 값
유형: System. . :: . .String
A String containing the aggregation prefix.