Propriedade do RDL Database.AggregationPrefix
Defines the common prefix to be used for aggregation names throughout the associated Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property AggregationPrefix As String
Get
Set
'Uso
Dim instance As Database
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)
Valor da propriedade
Tipo: System.String
Aggregation name prefix.