Metoda AggregationAttribute.CopyTo (AggregationAttribute)
Kopiuje bieżące AggregationAttribute do obiektu, który jest przekazywana jako parametr.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function CopyTo ( _
obj As AggregationAttribute _
) As AggregationAttribute
'Użycie
Dim instance As AggregationAttribute
Dim obj As AggregationAttribute
Dim returnValue As AggregationAttribute
returnValue = instance.CopyTo(obj)
public AggregationAttribute CopyTo(
AggregationAttribute obj
)
public:
AggregationAttribute^ CopyTo(
AggregationAttribute^ obj
)
member CopyTo :
obj:AggregationAttribute -> AggregationAttribute
public function CopyTo(
obj : AggregationAttribute
) : AggregationAttribute
Parametry
- obj
Typ: Microsoft.AnalysisServices.AggregationAttribute
Określa, gdzie bieżący AggregationAttribute mają być skopiowane.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationAttribute
Kopię bieżącejAggregationAttribute
Zobacz także