Metoda AggregationDesignAttribute.CopyTo (AggregationDesignAttribute)
Kopie AggregationDesignAttribute obiektu do określonego obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function CopyTo ( _
obj As AggregationDesignAttribute _
) As AggregationDesignAttribute
'Użycie
Dim instance As AggregationDesignAttribute
Dim obj As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute
returnValue = instance.CopyTo(obj)
public AggregationDesignAttribute CopyTo(
AggregationDesignAttribute obj
)
public:
AggregationDesignAttribute^ CopyTo(
AggregationDesignAttribute^ obj
)
member CopyTo :
obj:AggregationDesignAttribute -> AggregationDesignAttribute
public function CopyTo(
obj : AggregationDesignAttribute
) : AggregationDesignAttribute
Parametry
- obj
Typ: Microsoft.AnalysisServices.AggregationDesignAttribute
Obiekt są kopiowane.
Wartość zwracana
Zobacz także